summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-09 18:55:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-09 18:55:49 +0200
commitf2ce2b1cb75ad87734e4df75b570d78218c9b4bb (patch)
tree329d550fa8516c006e44c34850a510fe2818d797 /runtime/rsyslog.h
parent834f29da3909ad7f674488c47332652a741d47a7 (diff)
downloadrsyslog-f2ce2b1cb75ad87734e4df75b570d78218c9b4bb.tar.gz
rsyslog-f2ce2b1cb75ad87734e4df75b570d78218c9b4bb.tar.xz
rsyslog-f2ce2b1cb75ad87734e4df75b570d78218c9b4bb.zip
commiting interim version with ability to specify spoof source
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 c51b1272..7000198e 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -381,6 +381,7 @@ 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) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */