diff options
author | Günther Deschner <gd@samba.org> | 2010-03-23 15:31:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-23 16:13:54 +0100 |
commit | 97a974e5b7b4645544b10ff48459125c5580580d (patch) | |
tree | 0ea5bbd6169fabd40f1794796bef4b4fd2585192 /source4/torture/libnet/utils.h | |
parent | f5eb8eb97fb494501359e0c5ee368f2bb64ad717 (diff) | |
download | samba-97a974e5b7b4645544b10ff48459125c5580580d.tar.gz samba-97a974e5b7b4645544b10ff48459125c5580580d.tar.bz2 samba-97a974e5b7b4645544b10ff48459125c5580580d.zip |
s4-smbtorture: use torture_context for debugging output everywhere in libnet torture tests.
Mimir, please check.
Guenther
Diffstat (limited to 'source4/torture/libnet/utils.h')
-rw-r--r-- | source4/torture/libnet/utils.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/torture/libnet/utils.h b/source4/torture/libnet/utils.h index 94a971dd97..7a16d8f174 100644 --- a/source4/torture/libnet/utils.h +++ b/source4/torture/libnet/utils.h @@ -37,12 +37,14 @@ bool test_user_cleanup(struct torture_context *tctx, struct policy_handle *domain_handle, const char *name); -bool test_group_create(struct dcerpc_binding_handle *b, +bool test_group_create(struct torture_context *tctx, + struct dcerpc_binding_handle *b, TALLOC_CTX *mem_ctx, struct policy_handle *handle, const char *name, uint32_t *rid); -bool test_group_cleanup(struct dcerpc_binding_handle *b, +bool test_group_cleanup(struct torture_context *tctx, + struct dcerpc_binding_handle *b, TALLOC_CTX *mem_ctx, struct policy_handle *domain_handle, const char *name); |