diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-01 18:47:16 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-01 18:47:16 +0200 |
commit | 724ba2b27f4a2c583b3e257e33a2f0b4b9649ef1 (patch) | |
tree | d0b7915293d097b3729b968864db7e9a33247aeb /runtime/rsyslog.h | |
parent | 6a69e478224d1513dbe8501e8978643ba89c8c82 (diff) | |
download | rsyslog-724ba2b27f4a2c583b3e257e33a2f0b4b9649ef1.tar.gz rsyslog-724ba2b27f4a2c583b3e257e33a2f0b4b9649ef1.tar.xz rsyslog-724ba2b27f4a2c583b3e257e33a2f0b4b9649ef1.zip |
bumped version number, corrected error message code (minor nit)
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 8a043dde..eb5b4537 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -367,6 +367,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_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) */ |