summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-29 10:02:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-29 10:02:59 +0200
commit94acfb1c5f349ede619639e8cb84f2e3d3c28efe (patch)
treecc2e85a8197a64bb91826442b7218c6f4cb38ed7 /runtime/rsyslog.h
parenta3ff7eaf859cd6e91f68421b70c4a46d5a41ff2c (diff)
downloadrsyslog-94acfb1c5f349ede619639e8cb84f2e3d3c28efe.tar.gz
rsyslog-94acfb1c5f349ede619639e8cb84f2e3d3c28efe.tar.xz
rsyslog-94acfb1c5f349ede619639e8cb84f2e3d3c28efe.zip
ability to load proper select netstrm driver
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 771ad0bb..41f4f0c2 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -219,7 +219,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_GNUTLS_ERR = -2078, /**< (unexpected) error in GnuTLS call */
RS_RET_MAX_SESS_REACHED = -2079, /**< max nbr of sessions reached, can not create more */
RS_RET_MAX_LSTN_REACHED = -2080, /**< max nbr of listeners reached, can not create more */
- RS_RET_INVAID_DRVR_MODE= -2081, /**< tried to set mode not supported by driver */
+ RS_RET_INVAID_DRVR_MODE = -2081, /**< tried to set mode not supported by driver */
+ RS_RET_DRVRNAME_TOO_LONG = -2082, /**< driver name too long - should never happen */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */