summaryrefslogtreecommitdiff
path: root/source4/lib/appweb/ejs/ejsInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/appweb/ejs/ejsInternal.h')
-rw-r--r--source4/lib/appweb/ejs/ejsInternal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/appweb/ejs/ejsInternal.h b/source4/lib/appweb/ejs/ejsInternal.h
index 3bf99d88b9..8b66dafdca 100644
--- a/source4/lib/appweb/ejs/ejsInternal.h
+++ b/source4/lib/appweb/ejs/ejsInternal.h
@@ -192,6 +192,8 @@ typedef struct ejEval {
char *tokEndp; /* Pointer past end of token */
char *tokServp; /* Pointer to next token char */
int tokSize; /* Size of token buffer */
+ struct ejEval *next; /* used for backtraces */
+ const char *procName; /* gives name in backtrace */
} EjsInput;
/*