diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 17:59:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-24 17:59:43 +0200 |
commit | af50a76c3f251c82ef9d21ecf9a2ca8877852906 (patch) | |
tree | c25039a06df294d9da880f110438d2f1c2a24088 /runtime/nsd_ptcp.c | |
parent | 4b05bef636c11cbaf4d32097ed9656a1447ed3d0 (diff) | |
download | rsyslog-af50a76c3f251c82ef9d21ecf9a2ca8877852906.tar.gz rsyslog-af50a76c3f251c82ef9d21ecf9a2ca8877852906.tar.xz rsyslog-af50a76c3f251c82ef9d21ecf9a2ca8877852906.zip |
made this compile with the new abstracted socket server calls
undid some invalid changes during merge plus did a few wrappers.
Compiles, but does not yet work.
Diffstat (limited to 'runtime/nsd_ptcp.c')
-rw-r--r-- | runtime/nsd_ptcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/nsd_ptcp.c b/runtime/nsd_ptcp.c index 2b77787e..584cc93f 100644 --- a/runtime/nsd_ptcp.c +++ b/runtime/nsd_ptcp.c @@ -586,6 +586,7 @@ CODESTARTobjQueryInterface(nsd_ptcp) pIf->Construct = (rsRetVal(*)(nsd_t**)) nsd_ptcpConstruct; pIf->Destruct = (rsRetVal(*)(nsd_t**)) nsd_ptcpDestruct; pIf->Abort = Abort; + pIf->GetSock = GetSock; pIf->Rcv = Rcv; pIf->Send = Send; pIf->LstnInit = LstnInit; |