summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-02 10:38:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-02 10:38:32 +0200
commitc897ac6e6de3b430911cad71e7453d8b4b3c57bc (patch)
treefd6c2aab0ad78a499ee9053fdd8b17193d8967bd /runtime/rsyslog.h
parent78469b4c6a82887c70e2cac365af7a66051f8ba7 (diff)
parent4c8546fd6fb56d5439edb5a098c8f82bc8fc36aa (diff)
downloadrsyslog-c897ac6e6de3b430911cad71e7453d8b4b3c57bc.tar.gz
rsyslog-c897ac6e6de3b430911cad71e7453d8b4b3c57bc.tar.xz
rsyslog-c897ac6e6de3b430911cad71e7453d8b4b3c57bc.zip
Merge branch 'v4-beta' into v4-devel
Conflicts: ChangeLog configure.ac doc/manual.html
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 8a043dde..27bea6bc 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -367,6 +367,8 @@ 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_EMPTY_MSG = -2143, /**< provided (raw) MSG is empty */
+ RS_RET_PEER_CLOSED_CONN = -2144, /**< remote peer closed connection (information, no error) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */