diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 13:28:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-03 13:28:45 +0000 |
commit | 8951958ff6d8241df9ffe048e2c0d0766a9d383b (patch) | |
tree | f667f9ec334d959d8afbf068553e7a1cf1bdcdde /rsyslog.h | |
parent | 9e67ae041d964748755e5c9c45ebe55ff612391e (diff) | |
download | rsyslog-8951958ff6d8241df9ffe048e2c0d0766a9d383b.tar.gz rsyslog-8951958ff6d8241df9ffe048e2c0d0766a9d383b.tar.xz rsyslog-8951958ff6d8241df9ffe048e2c0d0766a9d383b.zip |
queue is now a full object and handles threading by itself
Diffstat (limited to 'rsyslog.h')
-rw-r--r-- | rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_GSS_SEND_ERROR = -2024, /**< error during GSS (via TCP) send process */ RS_RET_TCP_SOCKCREATE_ERR = -2025, /**< error during creation of TCP socket */ RS_RET_GSS_SENDINIT_ERROR = -2024, /**< error during GSS (via TCP) send initialization process */ + RS_RET_QUEUE_FULL = -2025, /**< queue is full, operation could not be completed */ 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 */ |