diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-17 19:02:21 +0100 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-17 19:02:21 +0100 |
| commit | 488a4a69e3bc6de4a340993525d6eebdcff62ca3 (patch) | |
| tree | f0a60f7d6ea3a11085e2a7f3e3dfd5d69bdc5f0d /runtime | |
| parent | db02f8e14888d9342770bc2d65660744c9e4d2c6 (diff) | |
ommongodb: honor db and collection config parameters
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 356af2d5..ef43efd9 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -371,6 +371,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_NO_LISTNERS = -2212, /**< module loaded, but no listeners are defined */ RS_RET_INVLD_PROTOCOL = -2213, /**< invalid protocol specified in config file */ RS_RET_CNF_INVLD_FRAMING = -2214, /**< invalid framing specified in config file */ + RS_RET_LEGA_ACT_NOT_SUPPORTED = -2215, /**< the module (no longer) supports legacy action syntax */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |
