r5126: the composite code is no longer client specific or smb specific, so
authorAndrew Tridgell <tridge@samba.org>
Mon, 31 Jan 2005 08:30:44 +0000 (08:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:25 +0000 (13:09 -0500)
commit9a70f446fc4abc2bd1278772810c0e8132f4bea4
treeb9baaa7b19c88afaa26f0cd0a35201fb5c433a3d
parent58d6c73e946d11574a6220f37887e1cdfe05f525
r5126: the composite code is no longer client specific or smb specific, so
rename the core structure to composite_context and the wait routine to
composite_wait() (suggestion from metze)
(This used to be commit cf11d05e35179c2c3e51c5ab370cd0a3fb15f24a)
18 files changed:
source4/include/structs.h
source4/libcli/composite/composite.c
source4/libcli/composite/composite.h
source4/libcli/composite/connect.c
source4/libcli/composite/fetchfile.c
source4/libcli/composite/loadfile.c
source4/libcli/composite/savefile.c
source4/libcli/composite/sesssetup.c
source4/libcli/nbt/nameregister.c
source4/libcli/raw/clisocket.c
source4/libcli/resolve/bcast.c
source4/libcli/resolve/host.c
source4/libcli/resolve/nbtlist.c
source4/libcli/resolve/resolve.c
source4/libcli/resolve/wins.c
source4/nbt_server/register.c
source4/ntvfs/cifs/vfs_cifs.c
source4/torture/raw/composite.c