summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-12 07:03:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:45 -0500
commit1d795fa57b9f0b9c23cecfe0329a5e551ea903ee (patch)
treed10451a0f329bb242707ae572511c4d12fe719b7 /source4/torture/torture.c
parente6be2ad8b735ad5357bdec18bc0da983af300c2b (diff)
downloadsamba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.tar.gz
samba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.tar.bz2
samba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.zip
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)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index bc4feef3e9..cc960b6ec7 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2410,6 +2410,7 @@ static struct {
{"RAW-STREAMS", torture_raw_streams, 0},
{"RAW-ACLS", torture_raw_acls, 0},
{"RAW-RAP", torture_raw_rap, 0},
+ {"RAW-COMPOSITE", torture_raw_composite, 0},
/* protocol scanners */
{"SCAN-TRANS2", torture_trans2_scan, 0},