summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-08 07:57:59 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-08 07:57:59 +0000
commitd8f3b6e993f3c7ffc254a646037674c430248418 (patch)
treefd4cade6d0292e04e76eab478619e13f9c14c755 /rsyslog.h
parentd3fb3ab7458defbbe6a68c94100a37e356c1bd26 (diff)
downloadrsyslog-d8f3b6e993f3c7ffc254a646037674c430248418.tar.gz
rsyslog-d8f3b6e993f3c7ffc254a646037674c430248418.tar.xz
rsyslog-d8f3b6e993f3c7ffc254a646037674c430248418.zip
optimized select handling, after select polling cycle is now finished when
all active selectors are processed
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 e202b8e8..bc705819 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -69,6 +69,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_CHAIN_NOT_PERMITTED = -2015, /**< chaining (e.g. of config command handlers) not permitted */
RS_RET_INVALID_PARAMS = -2016,/**< supplied parameters are invalid */
RS_RET_EMPTY_LIST = -2017, /**< linked list is empty */
+ RS_RET_FINISHED = -2018, /**< some opertion is finished, not an error state */
RS_RET_OK = 0 /**< operation successful */
};
typedef enum rsRetVal_ rsRetVal; /**< friendly type for global return value */