diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-09 08:58:06 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-09 08:58:06 +0000 |
commit | bff48ee5ed9b1ce7ce18792cdf07066ceb89da25 (patch) | |
tree | a757f38322a138ae1a9ff23e20bc4ea7a8cb57f5 /rsyslog.h | |
parent | 854c4732f87076dca363bd45ebcfa60bdf034347 (diff) | |
download | rsyslog-bff48ee5ed9b1ce7ce18792cdf07066ceb89da25.tar.gz rsyslog-bff48ee5ed9b1ce7ce18792cdf07066ceb89da25.tar.xz rsyslog-bff48ee5ed9b1ce7ce18792cdf07066ceb89da25.zip |
implemented queue object method to set the file name prefix
Diffstat (limited to 'rsyslog.h')
-rw-r--r-- | rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_NO_PROPLINE = -2033, /**< line is not a property line */ RS_RET_INVALID_TRAILER = -2034, /**< invalid trailer */ RS_RET_VALUE_TOO_LOW = -2035, /**< a provided value is too low */ + RS_RET_FILE_PREFIX_MISSING = -2035, /**< a required file prefix (parameter?) is missing */ RS_RET_OK_DELETE_LISTENTRY = 1, /**< operation successful, but callee requested the deletion of an entry (special state) */ RS_RET_TERMINATE_NOW = 2, /**< operation successful, function is requested to terminate (mostly used with threads) */ RS_RET_NO_RUN = 3, /**< operation successful, but function does not like to be executed */ |