summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-04-19 18:47:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-19 18:47:06 +0200
commit527edddb4646c24fa9a587601cd90d7a57a1fcf0 (patch)
treeff881cc053915d617f1ec6465b8d8c01897c6563 /runtime/rsyslog.h
parentd3eb89a5fe1dbcda028c0ab5e6753578716539d7 (diff)
parent84084ea2a178f782184d75db10f252efdc62fb5f (diff)
downloadrsyslog-527edddb4646c24fa9a587601cd90d7a57a1fcf0.tar.gz
rsyslog-527edddb4646c24fa9a587601cd90d7a57a1fcf0.tar.xz
rsyslog-527edddb4646c24fa9a587601cd90d7a57a1fcf0.zip
Merge branch 'v4-devel'
Conflicts: runtime/msg.h runtime/rsyslog.h runtime/stream.c
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 9f29c48d..61bfc122 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -396,6 +396,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_PEER_CLOSED_CONN = -2144, /**< remote peer closed connection (information, no error) */
RS_RET_ERR_OPEN_KLOG = -2145, /**< error opening the kernel log socket (primarily solaris) */
RS_RET_ERR_AQ_CONLOG = -2146, /**< error aquiring console log (on solaris) */
+ RS_RET_ERR_DOOR = -2147, /**< some problems with handling the Solaris door functionality */
RS_RET_NO_SRCNAME_TPL = -2150, /**< sourcename template was not specified where one was needed (omudpspoof spoof addr) */
RS_RET_HOST_NOT_SPECIFIED = -2151, /**< (target) host was not specified where it was needed */
RS_RET_ERR_LIBNET_INIT = -2152, /**< error initializing libnet */