diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-30 11:17:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-30 11:17:52 +0200 |
commit | 9b273d1930cc6ccaada911d77db4c47e019119d2 (patch) | |
tree | 98dc8e431d459aecc3d1189ff772578b96955937 /runtime/rsyslog.h | |
parent | 4b4ae57f8bf1e2c59d8887219648dcecc5ca2c1f (diff) | |
download | rsyslog-9b273d1930cc6ccaada911d77db4c47e019119d2.tar.gz rsyslog-9b273d1930cc6ccaada911d77db4c47e019119d2.tar.bz2 rsyslog-9b273d1930cc6ccaada911d77db4c47e019119d2.zip |
omfwd: new action parameter "maxErrorMessages" added
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 743296b5..fffcfbf4 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -424,6 +424,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_QUEUE_CRY_DISK_ONLY = -2351,/**< crypto provider only supported for disk-associated queues */ RS_RET_NO_DATA = -2352,/**< file has no data; more a state than a real error */ RS_RET_RELP_AUTH_FAIL = -2353,/**< RELP peer authentication failed */ + RS_RET_ERR_UDPSEND = -2354,/**< sending msg via UDP failed */ + RS_RET_LAST_ERRREPORT = -2355,/**< module does not emit more error messages as limit is reached */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |