summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-06 18:07:26 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-06 18:07:26 +0100
commite3dc6041424a779ddce3da8d55af9bc71c99aa61 (patch)
tree6dfbefb21141e300e56315b08fcd73c9d29a7b23 /runtime/rsyslog.h
parent7253a2aa3f1644119222cb8b5d51c36774982705 (diff)
downloadrsyslog-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.h1
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