summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-10 12:59:27 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-10 12:59:27 +0200
commitf619d9ef14be7cf5bf3865f6b5cad758d5c1f863 (patch)
tree4052b22ecda236636aabfb97eb196a5d924e86b4 /runtime/rsyslog.h
parentf2ce2b1cb75ad87734e4df75b570d78218c9b4bb (diff)
downloadrsyslog-f619d9ef14be7cf5bf3865f6b5cad758d5c1f863.tar.gz
rsyslog-f619d9ef14be7cf5bf3865f6b5cad758d5c1f863.tar.xz
rsyslog-f619d9ef14be7cf5bf3865f6b5cad758d5c1f863.zip
done implementing omudpspoof
This is now a "good" rsyslog output module, working as usual. I've also sorted out some reentrency issues. Code is clean and ready to be tested in practice ;)
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 7000198e..71cb9cf2 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -382,6 +382,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
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) */