diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 20:10:24 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 20:10:24 +0200 |
commit | af30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f (patch) | |
tree | ba690f46924aff1745a68754bbe693fc9fe16680 /runtime/nsdsel_ptcp.h | |
parent | af50a76c3f251c82ef9d21ecf9a2ca8877852906 (diff) | |
download | rsyslog-af30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f.tar.gz rsyslog-af30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f.tar.bz2 rsyslog-af30c9f8f2dba9b817c9c3b6c6f1b3e8264a8e0f.zip |
added select() driver for GnuTls
Diffstat (limited to 'runtime/nsdsel_ptcp.h')
-rw-r--r-- | runtime/nsdsel_ptcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/nsdsel_ptcp.h b/runtime/nsdsel_ptcp.h index 39294d7d..93874e55 100644 --- a/runtime/nsdsel_ptcp.h +++ b/runtime/nsdsel_ptcp.h @@ -36,6 +36,7 @@ struct nsdsel_ptcp_s { }; /* interface is defined in nsd.h, we just implement it! */ +#define nsdsel_ptcpCURR_IF_VERSION nsdCURR_IF_VERSION /* prototypes */ PROTOTYPEObj(nsdsel_ptcp); |