summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-05-02 13:08:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:32 -0500
commitb369ffd1d50a79e0d9d901c3e6d159d9ce1762df (patch)
treeea3452e70567db445f539ef3dc9b09c8580d740d /source4/torture/rpc/rpc.c
parentce3293c5b6864dd4e04638bf819cf0269b761fce (diff)
downloadsamba-b369ffd1d50a79e0d9d901c3e6d159d9ce1762df.tar.gz
samba-b369ffd1d50a79e0d9d901c3e6d159d9ce1762df.tar.bz2
samba-b369ffd1d50a79e0d9d901c3e6d159d9ce1762df.zip
r15394: Put initial code for testing async dcerpc binding. Currently
it only tests multiple simultaneous bind requests using transport specified in command line. It will be interesting to use various transports at the same time and test it agains windows servers... rafal (This used to be commit 7e4756116e59f9a0599a80fb5ac06118817f4326)
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index c22eb833a0..f5b2629e81 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -130,6 +130,7 @@ NTSTATUS torture_rpc_init(void)
register_torture_op("RPC-JOIN", torture_rpc_join, 0);
register_torture_op("RPC-DSSYNC", torture_rpc_dssync, 0);
register_torture_op("BENCH-RPC", torture_bench_rpc, 0);
+ register_torture_op("RPC-ASYNCBIND", torture_async_bind, 0);
return NT_STATUS_OK;
}