summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-11 15:15:08 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-11 15:15:08 +0000
commit19b8d9e239f150127d8af15694f88c20ed88bd25 (patch)
tree1766bf72fad79c64234ee2a91fe57cc0781697aa /rsyslog.h
parentf38f69b82c82ef61ff6d1da748a655e08b43cf53 (diff)
downloadrsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.tar.gz
rsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.tar.xz
rsyslog-19b8d9e239f150127d8af15694f88c20ed88bd25.zip
added function to de-serialize a property bag (untested as other code is
yet missing)
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index a3ea9bb8..4608b947 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -105,6 +105,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_INVALID_TRAILER = -2034, /**< invalid trailer */
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_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 */