summaryrefslogtreecommitdiffstats
path: root/runtime/nsd_ptcp.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:25:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:25:29 +0200
commitfd6c3bc36a5a32f873299f7ae2dfc184e6e3c658 (patch)
treee3e76df0c60fc609959bb5ad958304681b8b9a1b /runtime/nsd_ptcp.h
parent20480349def97f33d25c085fbaaef063603b87d1 (diff)
downloadrsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.tar.gz
rsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.tar.xz
rsyslog-fd6c3bc36a5a32f873299f7ae2dfc184e6e3c658.zip
set stage for TLS client implementation
Diffstat (limited to 'runtime/nsd_ptcp.h')
-rw-r--r--runtime/nsd_ptcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/nsd_ptcp.h b/runtime/nsd_ptcp.h
index d4848314..36725799 100644
--- a/runtime/nsd_ptcp.h
+++ b/runtime/nsd_ptcp.h
@@ -29,7 +29,7 @@ typedef nsd_if_t nsd_ptcp_if_t; /* we just *implement* this interface */
/* the nsd_ptcp object */
struct nsd_ptcp_s {
- BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
+ BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
uchar *pRemHostIP; /**< IP address of remote peer (currently used in server mode, only) */
uchar *pRemHostName; /**< host name of remote peer (currently used in server mode, only) */
int sock; /**< the socket we use for regular, single-socket, operations */
@@ -38,6 +38,7 @@ struct nsd_ptcp_s {
};
/* interface is defined in nsd.h, we just implement it! */
+#define nsd_ptcpCURR_IF_VERSION nsdCURR_IF_VERSION
/* prototypes */
PROTOTYPEObj(nsd_ptcp);