diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-11 14:49:06 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-11 14:49:06 +0200 |
commit | 5f72832b3d6c2acd076b9ebfd3484877fc506ebc (patch) | |
tree | 9747c711c12b9659fb039ef1670310f0e76a74b7 /runtime/rsyslog.h | |
parent | 7ab02dce5c60453c454dd8645a63a5ef33f6a546 (diff) | |
download | rsyslog-5f72832b3d6c2acd076b9ebfd3484877fc506ebc.tar.gz rsyslog-5f72832b3d6c2acd076b9ebfd3484877fc506ebc.tar.bz2 rsyslog-5f72832b3d6c2acd076b9ebfd3484877fc506ebc.zip |
logenc: milestone: rsyslog writes .encinfo side files
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index cbc0401b..ab57eace 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -404,6 +404,10 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_REPLCHAR_IGNORED = -2313,/**< mmanon: replacementChar parameter is ignored */ RS_RET_SIGPROV_ERR = -2320,/**< error in signature provider */ RS_RET_CRYPROV_ERR = -2321,/**< error in cryptography encryption provider */ + RS_RET_EI_OPN_ERR = -2322,/**< error opening an .encinfo file */ + RS_RET_EI_NO_EXISTS = -2323,/**< .encinfo file does not exist (status, not necessarily error!)*/ + RS_RET_EI_WR_ERR = -2324,/**< error writing an .encinfo file */ + RS_RET_EI_INVLD_FILE = -2325,/**< header indicates the file is no .encinfo file */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |