diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-01 18:17:20 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-01 18:17:20 +0200 |
commit | 01f2c7a7a3ee394028eb36d9709490cbc26c7369 (patch) | |
tree | 30b061f4b75f37870fc6eafab4caef7780d9a147 /runtime/rsyslog.h | |
parent | 59d4a52c280c00bccde4be0321bb09665cc11d29 (diff) | |
download | rsyslog-01f2c7a7a3ee394028eb36d9709490cbc26c7369.tar.gz rsyslog-01f2c7a7a3ee394028eb36d9709490cbc26c7369.tar.xz rsyslog-01f2c7a7a3ee394028eb36d9709490cbc26c7369.zip |
improved omprog, now ready for first practical testing
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 2aa1868b..ac9b726f 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -260,6 +260,7 @@ 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_ERR_CREAT_PIPE = -2114, /**< error during pipe creation */ RS_RET_ERR_FORK = -2115, /**< error during fork() */ + RS_RET_ERR_WRITE_PIPE = -2116, /**< error writing to pipe */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |