From 4ecd6bb9462f0fbaf4609f62d768847cc7e85f7e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 22 Jul 2013 17:38:31 +0200 Subject: first shot at global variables (without proper sync so far) --- runtime/rsyslog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/rsyslog.h') 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 -- cgit v1.2.3