summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-16 09:18:51 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-16 09:18:51 +0200
commitf3884d52628b4e43425adad3826c9e324cd60291 (patch)
tree50491e3758123b90c5f097c5416ab432f6b38f94 /runtime/rsyslog.h
parentba475a90cf877977be67ebb72fa844f36f338f1d (diff)
downloadrsyslog-f3884d52628b4e43425adad3826c9e324cd60291.tar.gz
rsyslog-f3884d52628b4e43425adad3826c9e324cd60291.tar.xz
rsyslog-f3884d52628b4e43425adad3826c9e324cd60291.zip
ensure proper imudp shutdown even on a very busy system
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 59e8458b..6cd4df36 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -386,6 +386,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_NO_SRCNAME_TPL = -2150, /**< sourcename template was not specified where one was needed (omudpspoof spoof addr) */
RS_RET_HOST_NOT_SPECIFIED = -2151, /**< (target) host was not specified where it was needed */
RS_RET_ERR_LIBNET_INIT = -2152, /**< error initializing libnet */
+ RS_RET_FORCE_TERM = -2153, /**< thread was forced to terminate be bShallShutdown, a state, not an error */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */