summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-04 16:57:25 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-04 16:57:25 +0000
commit0d5d42c52228964d76996c0e58fdf69258436716 (patch)
tree0505b84f979f9e369eebce188046fd6c7ed5902c /rsyslog.h
parentee629c4f742ac904c4a5055e85ef86d6decfb344 (diff)
downloadrsyslog-0d5d42c52228964d76996c0e58fdf69258436716.tar.gz
rsyslog-0d5d42c52228964d76996c0e58fdf69258436716.tar.xz
rsyslog-0d5d42c52228964d76996c0e58fdf69258436716.zip
an initial, somewhat working, tester for the mail functionality
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 9fe162d5..56140aaf 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -167,6 +167,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_MODULE_LOAD_ERR_DLOPEN = -2066, /**< module could not be loaded - problem in dlopen() */
RS_RET_MODULE_LOAD_ERR_NO_INIT = -2067, /**< module could not be loaded - init() missing */
RS_RET_MODULE_LOAD_ERR_INIT_FAILED = -2068, /**< module could not be loaded - init() failed */
+ RS_RET_NO_SOCKET = -2069, /**< socket could not be obtained or was not provided */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */