summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-06 17:32:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-06 17:32:29 +0200
commit40e70777ea9e9d72b87a387ca3fe67ce45c3e00f (patch)
tree88687f796b0efd4c2c61aaca4feb5977933f9f14 /runtime
parente4c926bfbca3aab3fe34fc9cfedb7343423de016 (diff)
parent80ff634c841d692c1d9f335b88e225d6ce7317f7 (diff)
downloadrsyslog-40e70777ea9e9d72b87a387ca3fe67ce45c3e00f.tar.gz
rsyslog-40e70777ea9e9d72b87a387ca3fe67ce45c3e00f.tar.xz
rsyslog-40e70777ea9e9d72b87a387ca3fe67ce45c3e00f.zip
Merge branch 'v4-devel'
Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
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 a8b5d401..81b446e3 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -449,6 +449,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_ERR_EPOLL_CTL = -2163, /**< epol_ctll() returned with an unexpected error code */
RS_RET_TIMEOUT = -2164, /**< timeout occured during operation */
RS_RET_RCV_ERR = -2165, /**< error occured during socket rcv operation */
+ RS_RET_NO_SOCK_CONFIGURED = -2166, /**< 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) */