summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-26 18:57:05 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-26 18:57:05 +0200
commitc2d36c6894f7c36c2aed23c1e7ee9580c58659a7 (patch)
tree51bb6a4ceb4958225764d800d90ed76c7d174d20 /runtime
parentaa1b8f38c3611fd01710e2e3d0189c90cf9a7e9d (diff)
downloadrsyslog-c2d36c6894f7c36c2aed23c1e7ee9580c58659a7.tar.gz
rsyslog-c2d36c6894f7c36c2aed23c1e7ee9580c58659a7.tar.xz
rsyslog-c2d36c6894f7c36c2aed23c1e7ee9580c58659a7.zip
patching SCM_CREDENTIALS pid into TAG of imuxsock read messages
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 7b2655b0..c58c259b 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -456,6 +456,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_EPOLL_CR_FAILED = -2173, /**< epoll_create() failed */
RS_RET_EPOLL_CTL_FAILED = -2174, /**< epoll_ctl() failed */
RS_RET_INTERNAL_ERROR = -2175, /**< rsyslogd internal error, unexpected code path reached */
+ RS_RET_ERR_CRE_AFUX = -2176, /**< error creating AF_UNIX socket (and binding it) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */