diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-05 14:52:23 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-05 14:52:23 +0200 |
commit | 1dbb85d7ba2e135593944afdaaa69aeb4fd49302 (patch) | |
tree | 40d81f1a2a6bb211157add77d5bf36acfce78022 /runtime/rsyslog.h | |
parent | 6ea4a38079cb1508c103930e327fa92ada97176f (diff) | |
parent | a627ac99ba2c3404ca926a19fb06cbd6f43b53c8 (diff) | |
download | rsyslog-1dbb85d7ba2e135593944afdaaa69aeb4fd49302.tar.gz rsyslog-1dbb85d7ba2e135593944afdaaa69aeb4fd49302.tar.bz2 rsyslog-1dbb85d7ba2e135593944afdaaa69aeb4fd49302.zip |
Merge branch 'v5-devel-hdfs' into v5-devel
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 43203378..7ccc9cb8 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -458,6 +458,9 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_INTERNAL_ERROR = -2175, /**< rsyslogd internal error, unexpected code path reached */ RS_RET_ERR_CRE_AFUX = -2176, /**< error creating AF_UNIX socket (and binding it) */ RS_RET_RATE_LIMITED = -2177, /**< some messages discarded due to exceeding a rate limit */ + RS_RET_ERR_HDFS_WRITE = -2178, /**< error writing to HDFS */ + RS_RET_ERR_HDFS_OPEN = -2179, /**< error during hdfsOpen (e.g. file does not exist) */ + RS_RET_FILE_NOT_SPECIFIED = -2180, /**< file name not configured where this was required */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |