diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-06 17:25:38 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-06 17:25:38 +0200 |
commit | 80ff634c841d692c1d9f335b88e225d6ce7317f7 (patch) | |
tree | d7db3f16ab7fbd187f0b02d2746292cc335bb526 /runtime/rsyslog.h | |
parent | 1be79730693be187e99319377cf110fba41cc801 (diff) | |
download | rsyslog-80ff634c841d692c1d9f335b88e225d6ce7317f7.tar.gz rsyslog-80ff634c841d692c1d9f335b88e225d6ce7317f7.tar.xz rsyslog-80ff634c841d692c1d9f335b88e225d6ce7317f7.zip |
added omuxsock, which permits to write message to local Unix sockets
this is the counterpart to imuxsock, enabling fast local forwarding
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index a6dfc9ed..04a57e43 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -377,6 +377,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth 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_SOCK_CONFIGURED = -2148, /**< no socket (name) was configured where one is required */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |