summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-04-15 17:59:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-04-15 17:59:38 +0200
commitb00e7946e8dec90270f35c1060ac6d0abfe9df3e (patch)
treef28798d5f59b56e5843fbdc884343c07bc7d6d45 /runtime
parentf0e1a6588f96820a785b6b1940efcfad7ff85625 (diff)
downloadrsyslog-b00e7946e8dec90270f35c1060ac6d0abfe9df3e.tar.gz
rsyslog-b00e7946e8dec90270f35c1060ac6d0abfe9df3e.tar.xz
rsyslog-b00e7946e8dec90270f35c1060ac6d0abfe9df3e.zip
first version of imsolaris created, cleanup for solaris done
more cleanup required, but things now basically work
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rsyslog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 8979893a..173f15a8 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -360,6 +360,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_VAR_NOT_FOUND = -2142, /**< variable not found */
RS_RET_EMPTY_MSG = -2143, /**< provided (raw) MSG is empty */
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) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */