summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
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) */