loop safe wrapper for dbGet added

This commit is contained in:
2024-11-29 13:07:30 +01:00
committed by Andrew Johnson
parent 4ee766b6b1
commit dac620a708
2 changed files with 33 additions and 30 deletions
+1
View File
@@ -72,6 +72,7 @@ DBCORE_API extern const maplinkType pamaplinkType[LINK_NTYPES];
/* DBLINK Flag bits */
#define DBLINK_FLAG_INITIALIZED 1 /* dbInitLink() called */
#define DBLINK_FLAG_TSELisTIME 2 /* Use TSEL to get timeStamp */
#define DBLINK_FLAG_VISITED 4 /* Used in loop detection */
struct macro_link {
char *macroStr;