summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-03 14:45:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-03 14:45:09 +0200
commitf54e72cec06f21f4af939c70541e8a339b7e56ff (patch)
tree12912644e7d614082ea21715367996e43df3a55d /runtime/rsyslog.h
parent4f742a8e32c43dc9b514ceaf80f4d17e697dfdf6 (diff)
downloadrsyslog-f54e72cec06f21f4af939c70541e8a339b7e56ff.tar.gz
rsyslog-f54e72cec06f21f4af939c70541e8a339b7e56ff.tar.xz
rsyslog-f54e72cec06f21f4af939c70541e8a339b7e56ff.zip
first proof of concept on zipped file writer
This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 293e559b..57c5dcdf 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -275,6 +275,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_RSCORE_TOO_OLD = -2120, /**< rsyslog core is too old for ... (eg this plugin) */
RS_RET_NONFATAL_CONFIG_ERR = -2123, /**< non-fatal error during config processing */
RS_RET_FILENAME_INVALID = -2140, /**< filename invalid, not found, no access, ... */
+ RS_RET_ZLIB_ERR = -2141, /**< error during zlib call */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */