summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-16 16:40:11 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-16 16:40:11 +0000
commit75a8f92d5001f555606b2ddb5de30acf689e2422 (patch)
tree7db2ad786fa5589cb279c0e465b029434d0a0946 /rsyslog.h
parent19c9b187ab29f9304adb82d9c6005c69c92b3c17 (diff)
downloadrsyslog-75a8f92d5001f555606b2ddb5de30acf689e2422.tar.gz
rsyslog-75a8f92d5001f555606b2ddb5de30acf689e2422.tar.xz
rsyslog-75a8f92d5001f555606b2ddb5de30acf689e2422.zip
implemented dynamic startup and shutdown of worker threads based on current
activity
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 a10cdf86..e37263e3 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -111,6 +111,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_FILE_NOT_FOUND = -2040, /**< file not found */
RS_RET_TIMED_OUT = -2041, /**< timeout occured (not necessarily an error) */
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_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 */