r4700: first attempt at a composite async function, smb_composite_loadfile(),
authorAndrew Tridgell <tridge@samba.org>
Wed, 12 Jan 2005 07:03:29 +0000 (07:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:45 +0000 (13:08 -0500)
commit1d795fa57b9f0b9c23cecfe0329a5e551ea903ee
treed10451a0f329bb242707ae572511c4d12fe719b7
parente6be2ad8b735ad5357bdec18bc0da983af300c2b
r4700: first attempt at a composite async function, smb_composite_loadfile(),
which combineds ntcreatex, readx and close into a single call that
behaves just like a normal libcli async call.
(This used to be commit 516f68fb054f0717f0429e031aa820776ecc6597)
source4/include/structs.h
source4/libcli/composite/composite.h [new file with mode: 0644]
source4/libcli/composite/loadfile.c [new file with mode: 0644]
source4/libcli/config.m4
source4/libcli/config.mk
source4/torture/config.mk
source4/torture/raw/composite.c [new file with mode: 0644]
source4/torture/torture.c