diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 16:52:19 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-11 16:52:19 +0000 |
commit | a80f7776c543d80f773ea6149e73e008f7273186 (patch) | |
tree | 14d313bd62c5d8ff45c7466a6acb63fc0111ebed /rsyslog.h | |
parent | 19b8d9e239f150127d8af15694f88c20ed88bd25 (diff) | |
download | rsyslog-a80f7776c543d80f773ea6149e73e008f7273186.tar.gz rsyslog-a80f7776c543d80f773ea6149e73e008f7273186.tar.xz rsyslog-a80f7776c543d80f773ea6149e73e008f7273186.zip |
support for de-serializing strm objects added
Diffstat (limited to 'rsyslog.h')
-rw-r--r-- | rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_VALUE_TOO_LOW = -2035, /**< a provided value is too low */ RS_RET_FILE_PREFIX_MISSING = -2036, /**< a required file prefix (parameter?) is missing */ RS_RET_INVALID_HEADER_RECTYPE = -2037, /**< invalid record type in header or invalid header */ + RS_RET_QTYPE_MISMATCH = -2038, /**< different qType when reading back a property type */ RS_RET_OK_DELETE_LISTENTRY = 1, /**< operation successful, but callee requested the deletion of an entry (special state) */ RS_RET_TERMINATE_NOW = 2, /**< operation successful, function is requested to terminate (mostly used with threads) */ RS_RET_NO_RUN = 3, /**< operation successful, but function does not like to be executed */ |