summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-27 13:53:45 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-27 13:53:45 +0100
commit6cf7fc7ec2f1b2f69fb69d8b18df8240beed3380 (patch)
treeac0d1a59327ab5ae913faa3b3eb69bacb82639b1 /runtime/rsyslog.h
parent5b3787cdc21089134b0d897075a6ce6e53780c70 (diff)
downloadrsyslog-6cf7fc7ec2f1b2f69fb69d8b18df8240beed3380.tar.gz
rsyslog-6cf7fc7ec2f1b2f69fb69d8b18df8240beed3380.tar.xz
rsyslog-6cf7fc7ec2f1b2f69fb69d8b18df8240beed3380.zip
action processing optimized for queue shutdown
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 6cd4df36..bd1c936e 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -386,7 +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 */
+ RS_RET_FORCE_TERM = -2153, /**< thread was forced to terminate by 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) */