summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 3884635d..149627bc 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -50,6 +50,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
/* return states for config file processing */
RS_RET_CONFLINE_PROCESSED = -2000, /**< config line was processed, do not pass to any other module */
RS_RET_CONFLINE_UNPROCESSED = -2001,/**< config line was not processed, pass to other module */
+ RS_RET_DISCARDMSG = -2002, /**< discard message (no error state, processing request!) */
+ RS_RET_INCOMPATIBLE = -2003, /**< function not compatible with requested feature */
RS_RET_OK = 0 /**< operation successful */
};
typedef enum rsRetVal_ rsRetVal; /**< friendly type for global return value */