summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-10 14:00:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-10 14:00:23 +0200
commit7d703b82ff2649cf11c5245e1d0515659bffeb8d (patch)
tree6a874ced1a394b69972763495d756a5853682d26 /runtime
parentff9aa4483c2f7ee5fcc49de8f2045b1bef1ce139 (diff)
parentf619d9ef14be7cf5bf3865f6b5cad758d5c1f863 (diff)
downloadrsyslog-7d703b82ff2649cf11c5245e1d0515659bffeb8d.tar.gz
rsyslog-7d703b82ff2649cf11c5245e1d0515659bffeb8d.tar.xz
rsyslog-7d703b82ff2649cf11c5245e1d0515659bffeb8d.zip
Merge branch 'omudpspoof'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rsyslog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index c51b1272..71cb9cf2 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -381,6 +381,9 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_FILENAME_INVALID = -2140, /**< filename invalid, not found, no access, ... */
RS_RET_ZLIB_ERR = -2141, /**< error during zlib call */
RS_RET_VAR_NOT_FOUND = -2142, /**< variable not found */
+ RS_RET_NO_SRCNAME_TPL = -2143, /**< sourcename template was not specified where one was needed (omudpspoof spoof addr) */
+ RS_RET_HOST_NOT_SPECIFIED = -2144, /**< (target) host was not specified where it was needed */
+ RS_RET_ERR_LIBNET_INIT = -2145, /**< error initializing libnet */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */