summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-22 18:52:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-22 18:52:30 +0200
commitce5869f7c41c8db943d8cbe804b69af40d43e2e6 (patch)
tree5e36c1e35728021f6b067d668bf71245202e90a5 /runtime/rsyslog.h
parent221dc8a3224dcb59a7dd3158716a8d24cee71618 (diff)
downloadrsyslog-ce5869f7c41c8db943d8cbe804b69af40d43e2e6.tar.gz
rsyslog-ce5869f7c41c8db943d8cbe804b69af40d43e2e6.tar.xz
rsyslog-ce5869f7c41c8db943d8cbe804b69af40d43e2e6.zip
optimized processing of TAG message field
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 2e0a4150..692b1327 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -30,6 +30,7 @@
* # Config Settings # *
* ############################################################# */
#define RS_STRINGBUF_ALLOC_INCREMENT 128
+#define CONF_TAG_MAXSIZE 512 /* a value that is deemed far too large for any valid TAG */
/* ############################################################# *
* # End Config Settings # *