r4753: added the ability for the generic socket library to handle async
authorAndrew Tridgell <tridge@samba.org>
Sat, 15 Jan 2005 10:28:08 +0000 (10:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:50 +0000 (13:08 -0500)
commit21aafc3536cb8a172805f0dd5d23b100f1ecb493
treea43565bc8dbf36083cb8067458e4cf153902313b
parentf4e29ae1e9ad43f7cbc323d45590bafc94153da2
r4753: added the ability for the generic socket library to handle async
connect(). This required a small API change (the addition of
a socket_connect_complete() method)
(This used to be commit b787dd166f5cca82b3710802eefb41e0a8851fc3)
source4/lib/socket/socket.c
source4/lib/socket/socket.h
source4/lib/socket/socket_ipv4.c
source4/lib/socket/socket_ipv6.c
source4/lib/socket/socket_unix.c