summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-06-26 16:51:53 +0200
committerGünther Deschner <gd@samba.org>2009-06-29 12:43:32 +0200
commitec5c83c0dba28516d5c92f57dd7c88c99b17d4ab (patch)
tree0dfed1f69fcdb13417e720f587ad95996064a451 /source4/torture/rpc/rpc.h
parent595d07d0ab494e3749c71caf86887ad1cebda229 (diff)
downloadsamba-ec5c83c0dba28516d5c92f57dd7c88c99b17d4ab.tar.gz
samba-ec5c83c0dba28516d5c92f57dd7c88c99b17d4ab.tar.bz2
samba-ec5c83c0dba28516d5c92f57dd7c88c99b17d4ab.zip
s4-smbtorture: add torture_suite_add_machine_workstation_rpc_iface_tcase.
Unlike torture_suite_add_machine_bdc_rpc_iface_tcase() which joins as a BDC (ACB_SRVTRUST) this joins as a member workstation (ACB_WSTRUST). Guenther
Diffstat (limited to 'source4/torture/rpc/rpc.h')
-rw-r--r--source4/torture/rpc/rpc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/torture/rpc/rpc.h b/source4/torture/rpc/rpc.h
index 9fd64f18b5..ddb737c2de 100644
--- a/source4/torture/rpc/rpc.h
+++ b/source4/torture/rpc/rpc.h
@@ -69,7 +69,12 @@ struct torture_test *torture_rpc_tcase_add_test_ex(
bool (*fn) (struct torture_context *, struct dcerpc_pipe *,
void *),
void *userdata);
-struct torture_rpc_tcase *torture_suite_add_machine_rpc_iface_tcase(
+struct torture_rpc_tcase *torture_suite_add_machine_bdc_rpc_iface_tcase(
+ struct torture_suite *suite,
+ const char *name,
+ const struct ndr_interface_table *table,
+ const char *machine_name);
+struct torture_rpc_tcase *torture_suite_add_machine_workstation_rpc_iface_tcase(
struct torture_suite *suite,
const char *name,
const struct ndr_interface_table *table,