diff options
author | Volker Lendecke <vl@samba.org> | 2008-08-08 18:30:57 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-08-08 18:30:57 +0200 |
commit | b67def0a55cfd15bdfca8e22380cc32a654faaba (patch) | |
tree | b51e808724f24f4ba737850e99345ce370e60064 /source3/Makefile.in | |
parent | 617bf10c66f45b6ed83d7f5441586606261e0560 (diff) | |
download | samba-b67def0a55cfd15bdfca8e22380cc32a654faaba.tar.gz samba-b67def0a55cfd15bdfca8e22380cc32a654faaba.tar.xz samba-b67def0a55cfd15bdfca8e22380cc32a654faaba.zip |
Add simple async wrappers around send, recv and connect
To be used later :-)
(This used to be commit 0d161d336ab9eeccd90d19ef1473646c3008864a)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index fa58378eda..6b2abaf8d1 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -311,6 +311,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) \ lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o lib/talloc_stack.o \ lib/interfaces.o lib/rbtree.o lib/memcache.o \ lib/util_transfer_file.o lib/async_req.o \ + lib/async_sock.o \ $(TDB_OBJ) \ $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \ lib/interface.o lib/md4.o \ |