diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-20 14:54:06 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-20 14:54:06 +0200 |
commit | db5c9793205232b0c0e6ba4a85baec9e26e37264 (patch) | |
tree | 9ab136c6554de454262b01c073978bb98e8704ad /runtime/rsyslog.h | |
parent | 3885eb7a350389c3f4dd823351ec3de34382615d (diff) | |
parent | 58b5616b41cd2cacf0b3039c8ebbd204d8918201 (diff) | |
download | rsyslog-db5c9793205232b0c0e6ba4a85baec9e26e37264.tar.gz rsyslog-db5c9793205232b0c0e6ba4a85baec9e26e37264.tar.bz2 rsyslog-db5c9793205232b0c0e6ba4a85baec9e26e37264.zip |
Merge branch 'master-localvars'
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 63112627..9fd527fd 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -140,11 +140,12 @@ typedef uintTiny propid_t; #define PROP_SYS_QHOUR 156 #define PROP_SYS_MINUTE 157 #define PROP_SYS_MYHOSTNAME 158 -#define PROP_CEE 200 -#define PROP_CEE_ALL_JSON 201 #define PROP_SYS_BOM 159 #define PROP_SYS_UPTIME 160 -#define PROP_UUID 161 +#define PROP_UUID 161 +#define PROP_CEE 200 +#define PROP_CEE_ALL_JSON 201 +#define PROP_LOCAL_VAR 202 /* The error codes below are orginally "borrowed" from |