summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-03 13:28:45 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-03 13:28:45 +0000
commit8951958ff6d8241df9ffe048e2c0d0766a9d383b (patch)
treef667f9ec334d959d8afbf068553e7a1cf1bdcdde /rsyslog.h
parent9e67ae041d964748755e5c9c45ebe55ff612391e (diff)
downloadrsyslog-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 20bbf1ef..4404a30b 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -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 */