diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-04 16:57:25 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-04 16:57:25 +0000 |
commit | 0d5d42c52228964d76996c0e58fdf69258436716 (patch) | |
tree | 0505b84f979f9e369eebce188046fd6c7ed5902c /rsyslog.h | |
parent | ee629c4f742ac904c4a5055e85ef86d6decfb344 (diff) | |
download | rsyslog-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) */ |