diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 12:01:52 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-12-18 12:01:52 +0100 |
commit | 66dcd68d625f9afe22fced995696ef654e8abe37 (patch) | |
tree | 832d2fb75d6b69bdcaaf51cafcbb553c194359a0 /runtime/rsyslog.h | |
parent | 32847e06187670c8e074f8906aa62b2380a50140 (diff) | |
parent | fbffd924e67cdd531dfdc2ccdddba59bd0b33752 (diff) | |
download | rsyslog-66dcd68d625f9afe22fced995696ef654e8abe37.tar.gz rsyslog-66dcd68d625f9afe22fced995696ef654e8abe37.tar.bz2 rsyslog-66dcd68d625f9afe22fced995696ef654e8abe37.zip |
Merge branch 'v7-stable-libnet-frag'
Conflicts:
configure.ac
plugins/impstats/impstats.c
plugins/omudpspoof/omudpspoof.c
runtime/rsyslog.h
Diffstat (limited to 'runtime/rsyslog.h')
-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 35d8850d..5b06e7a3 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -398,6 +398,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_DS_PROP_SEQ_ERR = -2308,/**< property sequence error deserializing object */ RS_RET_TPL_INVLD_PROP = -2309,/**< property name error in template (unknown name) */ RS_RET_NO_RULEBASE = -2310,/**< mmnormalize: rulebase can not be found or otherwise invalid */ + RS_RET_LIBNET_INIT_FAILED = -2311,/**< libnet_init() failed, probably because of not running as root */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |