summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-07 11:04:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-07 11:04:24 +0000
commit918f281d8226689f5c997a07c0bcd9a691ddb178 (patch)
tree2abf9558cda60580d7ec16d96d1f915ca016320d /rsyslog.h
parent2c5b4f3c3d79190367595ccf84ae90f50666ddbf (diff)
downloadrsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.tar.gz
rsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.tar.xz
rsyslog-918f281d8226689f5c997a07c0bcd9a691ddb178.zip
implemented class type registry
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 85676753..c9993c3f 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -96,6 +96,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_QUEUE_FULL = -2025, /**< queue is full, operation could not be completed */
RS_RET_EOF = -2026, /**< end of file reached, not necessarily an error */
RS_RET_IO_ERROR = -2027, /**< some kind of IO error happened */
+ RS_RET_INVALID_OID = -2028, /**< invalid object ID */
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 */