diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-06 18:07:26 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-06 18:07:26 +0100 |
commit | e3dc6041424a779ddce3da8d55af9bc71c99aa61 (patch) | |
tree | 6dfbefb21141e300e56315b08fcd73c9d29a7b23 /runtime/rsyslog.h | |
parent | 7253a2aa3f1644119222cb8b5d51c36774982705 (diff) | |
download | rsyslog-e3dc6041424a779ddce3da8d55af9bc71c99aa61.tar.gz rsyslog-e3dc6041424a779ddce3da8d55af9bc71c99aa61.tar.bz2 rsyslog-e3dc6041424a779ddce3da8d55af9bc71c99aa61.zip |
refactor iparams to use array
this is also prep work for a single doTransaction() output mode api
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 edf0c593..ae56f08f 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -49,6 +49,7 @@ #define CONF_PROGNAME_BUFSIZE 16 #define CONF_HOSTNAME_BUFSIZE 32 #define CONF_PROP_BUFSIZE 16 /* should be close to sizeof(ptr) or lighly above it */ +#define CONF_IPARAMS_BUFSIZE 16 /* initial size of iparams array in wti (is automatically extended) */ #define CONF_MIN_SIZE_FOR_COMPRESS 60 /* config param: minimum message size to try compression. The smaller * the message, the less likely is any compression gain. We check for * gain before we submit the message. But to do so we still need to |