summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-22 12:36:14 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-22 12:36:14 +0000
commit44ac484dd18867163735c54d052e57d52142edaa (patch)
treed006fbda03e52b2cdb8e81b0cb7385bcc7ad7a00 /rsyslog.h
parentc0d0e0643dabbbb8a7fce0a52af5a35831403aee (diff)
downloadrsyslog-44ac484dd18867163735c54d052e57d52142edaa.tar.gz
rsyslog-44ac484dd18867163735c54d052e57d52142edaa.tar.xz
rsyslog-44ac484dd18867163735c54d052e57d52142edaa.zip
worked a bit on type conversion (specified the interface)
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index c8b2fcfa..1d0bb3ce 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -131,6 +131,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_OUT_OF_STACKSPACE = -2055, /**< a stack data structure is exhausted and can not be grown */
RS_RET_STACK_EMPTY = -2056, /**< a pop was requested on a stack, but the stack was already empty */
RS_RET_INVALID_VMOP = -2057, /**< invalid virtual machine instruction */
+ RS_RET_INVALID_VAR = -2057, /**< a var_t or its content is unsuitable, eg. VARTYPE_NONE */
RS_RET_OK_DELETE_LISTENTRY = 1, /**< operation successful, but callee requested the deletion of an entry (special state) */
RS_RET_TERMINATE_NOW = 2, /**< operation successful, function is requested to terminate (mostly used with threads) */
RS_RET_NO_RUN = 3, /**< operation successful, but function does not like to be executed */