summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-15 07:48:07 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-15 07:48:07 +0000
commit70d90f5bae2728faed319a03f75e64a50f88a159 (patch)
tree2803bd80fcc115e86b5ea55f4ea3f427905f854b /rsyslog.h
parent15904a35388aafcda76ed44caab9222619901dd4 (diff)
downloadrsyslog-70d90f5bae2728faed319a03f75e64a50f88a159.tar.gz
rsyslog-70d90f5bae2728faed319a03f75e64a50f88a159.tar.xz
rsyslog-70d90f5bae2728faed319a03f75e64a50f88a159.zip
did some more work on omlibdbi, but did not yet get libdbi working. I guess
its a compile problem, but have not found it so far.
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 3826e18d..cdea4091 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -121,6 +121,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_NO_FILEPREFIX = -2045, /**< file prefix is not specified where one is needed */
RS_RET_CONFIG_ERROR = -2046, /**< there is a problem with the user-provided config settigs */
RS_RET_OUT_OF_DESRIPTORS = -2047, /**< a descriptor table's space has been exhausted */
+ RS_RET_NO_DRIVERS = -2048, /**< a required drivers missing */
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 */