summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 14:58:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 14:58:31 +0200
commit28e750eebd8ccb5655bdc18693b3b7c9d9ad826b (patch)
tree11881ce81be60ed10d1126f09390afe50f168531 /runtime/rsyslog.h
parent542fd3300671a2480ff009e060b32f08fed44b4d (diff)
downloadrsyslog-28e750eebd8ccb5655bdc18693b3b7c9d9ad826b.tar.gz
rsyslog-28e750eebd8ccb5655bdc18693b3b7c9d9ad826b.tar.xz
rsyslog-28e750eebd8ccb5655bdc18693b3b7c9d9ad826b.zip
step: slowly migrating config settings... ;)
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 78841410..fcc0d626 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -354,6 +354,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_ERR_LIBEE_INIT = -2201, /**< cannot obtain libee ctx */
RS_RET_ERR_LIBLOGNORM_INIT = -2202,/**< cannot obtain liblognorm ctx */
RS_RET_ERR_LIBLOGNORM_SAMPDB_LOAD = -2203,/**< liblognorm sampledb load failed */
+ RS_RET_CMD_GONE_AWAY = -2204,/**< config directive existed, but no longer supported */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */