summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-28 11:35:33 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-28 11:35:33 +0000
commit94bfc28855393a1a688aa5fdc3339b9e2139e10a (patch)
treed253acc9e48aa6193046920c8d08401289197e96 /rsyslog.h
parentba94662f209ccf17798d706eb4dc5df19360c7e1 (diff)
downloadrsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.tar.gz
rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.tar.xz
rsyslog-94bfc28855393a1a688aa5fdc3339b9e2139e10a.zip
cleanup to prepare for release
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 dd7b1c1e..2c57e7a4 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -113,6 +113,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_QSIZE_ZERO = -2042, /**< queue size is zero where this is not supported */
RS_RET_ALREADY_STARTING = -2043, /**< something (a thread?) is already starting - not necessarily an error */
RS_RET_NO_MORE_THREADS = -2044, /**< no more threads available, not necessarily an error */
+ RS_RET_NO_FILEPREFIX = -2045, /**< file prefix is not specified where one is needed */
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 */