diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 14:53:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 14:53:23 +0000 |
commit | 6d231d5f159703bb13a2505e6de6c820a3ca05bc (patch) | |
tree | f3f1782ea0e1c85d7209b81234c40211b0053fc6 /rsyslog.h | |
parent | 5cbb54ed6ad1934875b080286b9933400c817e85 (diff) | |
download | rsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.tar.gz rsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.tar.bz2 rsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.zip |
removed F_UNUSED and cleaned up action-disabling handling
Diffstat (limited to 'rsyslog.h')
-rw-r--r-- | rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_INCOMPATIBLE = -2003, /**< function not compatible with requested feature */ RS_RET_NOENTRY = -2004, /**< do not create an entry for (whatever) - not necessary an error */ RS_RET_NO_SQL_STRING = -2005, /**< string is not suitable for use as SQL */ + RS_RET_DISABLE_ACTION = -2006, /**< action requests that it be disabled */ RS_RET_OK = 0 /**< operation successful */ }; typedef enum rsRetVal_ rsRetVal; /**< friendly type for global return value */ |