summaryrefslogtreecommitdiffstats
path: root/runtime/ctok_token.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-03 17:11:03 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-03 17:11:03 +0100
commit4618773be685488e081bebb397db32851dc16782 (patch)
tree744a80610a877eaa0f8ff5f552e17a5cbf0563a3 /runtime/ctok_token.h
parentf871bd135a33c88a013f49402d0af87fb1f1de5d (diff)
downloadrsyslog-4618773be685488e081bebb397db32851dc16782.tar.gz
rsyslog-4618773be685488e081bebb397db32851dc16782.tar.xz
rsyslog-4618773be685488e081bebb397db32851dc16782.zip
milestone: added support for CEE-variables to RainerScript
Diffstat (limited to 'runtime/ctok_token.h')
-rw-r--r--runtime/ctok_token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ctok_token.h b/runtime/ctok_token.h
index d36689fa..1413c699 100644
--- a/runtime/ctok_token.h
+++ b/runtime/ctok_token.h
@@ -54,6 +54,7 @@ typedef struct {
ctok_FUNCTION = 17,
ctok_THEN = 18,
ctok_STRADD = 19,
+ ctok_CEEVAR = 20,
ctok_CMP_EQ = 100, /* all compare operations must be in a row */
ctok_CMP_NEQ = 101,
ctok_CMP_LT = 102,