diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-22 17:38:31 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-22 17:38:31 +0200 |
commit | 4ecd6bb9462f0fbaf4609f62d768847cc7e85f7e (patch) | |
tree | 1babe4c6a8c878dbfb81ae02083e2ca66b373566 /runtime/rsyslog.h | |
parent | 5721c4dff691503a28704155132ccba67361c202 (diff) | |
download | rsyslog-4ecd6bb9462f0fbaf4609f62d768847cc7e85f7e.tar.gz rsyslog-4ecd6bb9462f0fbaf4609f62d768847cc7e85f7e.tar.bz2 rsyslog-4ecd6bb9462f0fbaf4609f62d768847cc7e85f7e.zip |
first shot at global variables (without proper sync so far)
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 9fd527fd..e51f11bd 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -146,6 +146,7 @@ typedef uintTiny propid_t; #define PROP_CEE 200 #define PROP_CEE_ALL_JSON 201 #define PROP_LOCAL_VAR 202 +#define PROP_GLOBAL_VAR 203 /* The error codes below are orginally "borrowed" from |