summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-12 14:04:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-12 14:04:09 +0200
commitb4daf5a03d57bbf4a9254dcff73e0b95f2688081 (patch)
tree55b2273170ccf65ea6127a9bd9d24cb01f14a2dc /runtime
parent054837a480a3a5b15f48b8d0bdcde5a687d98c54 (diff)
downloadrsyslog-b4daf5a03d57bbf4a9254dcff73e0b95f2688081.tar.gz
rsyslog-b4daf5a03d57bbf4a9254dcff73e0b95f2688081.tar.xz
rsyslog-b4daf5a03d57bbf4a9254dcff73e0b95f2688081.zip
step: imuxsock changed to new config system
now also properly works with privilege drop
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 fbcdc253..1eff279d 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -356,6 +356,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_ERR_LIBLOGNORM_SAMPDB_LOAD = -2203,/**< liblognorm sampledb load failed */
RS_RET_CMD_GONE_AWAY = -2204,/**< config directive existed, but no longer supported */
RS_RET_ERR_SCHED_PARAMS = -2205,/**< there is a problem with configured thread scheduling params */
+ RS_RET_SOCKNAME_MISSING = -2206,/**< no socket name 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) */