summaryrefslogtreecommitdiffstats
path: root/vmop.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-20 16:10:20 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-20 16:10:20 +0000
commite5f51c5f97b6861ea3c69ac4ff01dad75750c09b (patch)
treec8ed1644acd90c786ce51baf27f1d774a14f733d /vmop.h
parentc2d0c3d4c31164ece386a61ef3326bb40c348fdb (diff)
downloadrsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.tar.gz
rsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.tar.xz
rsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.zip
created initial vmprg class
Diffstat (limited to 'vmop.h')
-rw-r--r--vmop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmop.h b/vmop.h
index 031d03e4..2500fd78 100644
--- a/vmop.h
+++ b/vmop.h
@@ -59,6 +59,7 @@ typedef struct vmop_s {
var_t *pVar;
/* TODO: add function pointer */
} operand;
+ struct vmop_s *pNext; /* next operation or NULL, if end of program (logically this belongs to vmprg) */
} vmop_t;