diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-09 20:48:31 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-09 20:48:31 +0200 |
commit | 1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7 (patch) | |
tree | f1ed2a53069b95fbbb055cb8bb8efada121ed28b /runtime/rsyslog.h | |
parent | 216d7a2525c63d56b057c33b9f4ef6a250096256 (diff) | |
parent | ba5a59128f6559d58cdd4defe46a9db564d3e2c1 (diff) | |
download | rsyslog-1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7.tar.gz rsyslog-1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7.tar.bz2 rsyslog-1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7.zip |
Merge branch 'nextmaster' into solaris
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index cea457d8..8e376291 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -262,6 +262,10 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_INVLD_FUNC = -2113, /**< invalid function name for function call (rainerscript) */ RS_RET_DUP_FUNC_NAME = -2114, /**< duplicate function name (rainerscript) */ RS_RET_UNKNW_FUNC = -2115, /**< unkown function name (rainerscript) */ + RS_RET_ERR_RLIM_NOFILE = -2116, /**< error setting max. nbr open files process limit */ + RS_RET_ERR_CREAT_PIPE = -2117, /**< error during pipe creation */ + RS_RET_ERR_FORK = -2118, /**< error during fork() */ + RS_RET_ERR_WRITE_PIPE = -2119, /**< error writing to pipe */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |