summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-08-31 22:34:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:03:20 -0500
commit7fd416bd3e0d9cf602f441c9d4a1750544cba8e5 (patch)
treed5e4e67a1d6f04486c6f0c2445fb80b4c62601c8 /source4/torture/rpc/rpc.h
parentf03fdddd8872cdf25e0cd43bd9f2dd96ee2c90dc (diff)
downloadsamba-7fd416bd3e0d9cf602f441c9d4a1750544cba8e5.tar.gz
samba-7fd416bd3e0d9cf602f441c9d4a1750544cba8e5.tar.bz2
samba-7fd416bd3e0d9cf602f441c9d4a1750544cba8e5.zip
r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API.
(This used to be commit dadcc4708e1813c0b657f1d357c2ae202ea4ec5a)
Diffstat (limited to 'source4/torture/rpc/rpc.h')
-rw-r--r--source4/torture/rpc/rpc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.h b/source4/torture/rpc/rpc.h
index 2f1ff323eb..385c734d9c 100644
--- a/source4/torture/rpc/rpc.h
+++ b/source4/torture/rpc/rpc.h
@@ -30,4 +30,18 @@
#include "torture/rpc/proto.h"
#include "torture/ui.h"
+struct torture_rpc_tcase {
+ struct torture_tcase tcase;
+ const struct ndr_interface_table *table;
+ const char *machine_name;
+};
+
+struct torture_rpc_tcase_data {
+ struct test_join *join_ctx;
+ struct dcerpc_pipe *pipe;
+ struct cli_credentials *credentials;
+};
+
+
+
#endif /* __TORTURE_RPC_H__ */