summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-12-18 09:56:55 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-12-18 09:56:55 +0100
commit03ff013c2412c27ef1c4cb580f55c912a6fbab3f (patch)
tree9b5aed6addd9b57bd4bd6f48d05cf69cf6907258 /runtime/rsyslog.h
parent97d6350b9fa58e6fc8898f639c898fb9c8a553b8 (diff)
downloadrsyslog-03ff013c2412c27ef1c4cb580f55c912a6fbab3f.tar.gz
rsyslog-03ff013c2412c27ef1c4cb580f55c912a6fbab3f.tar.bz2
rsyslog-03ff013c2412c27ef1c4cb580f55c912a6fbab3f.zip
omudpspoof: improve libnet calling sequence
retains bugfix while increasing performance again
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 07d58d68..d85109c3 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -393,6 +393,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_INVLD_SETOP = -2305, /**< invalid variable set operation, incompatible type */
RS_RET_RULESET_EXISTS = -2306,/**< ruleset already exists */
RS_RET_DEPRECATED = -2307,/**< deprecated functionality is used */
+ RS_RET_LIBNET_INIT_FAILED = -2308,/**< libnet_init() failed, probably because of not running as root */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */