summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-24 20:10:24 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-24 20:10:24 +0200
commitaf30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f (patch)
treeba690f46924aff1745a68754bbe693fc9fe16680 /runtime/rsyslog.h
parentaf50a76c3f251c82ef9d21ecf9a2ca8877852906 (diff)
downloadrsyslog-af30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f.tar.gz
rsyslog-af30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f.tar.xz
rsyslog-af30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f.zip
added select() driver for GnuTls
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 c20a61ea..19fda468 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -73,6 +73,7 @@ typedef struct nsd_gtls_s nsd_gtls_t;
typedef struct nsd_gsspi_s nsd_gsspi_t;
typedef struct nsd_nss_s nsd_nss_t;
typedef struct nsdsel_ptcp_s nsdsel_ptcp_t;
+typedef struct nsdsel_gtls_s nsdsel_gtls_t;
typedef obj_t nsd_t;
typedef obj_t nsdsel_t;
typedef struct msg msg_t;