r14720: Add torture_context argument to all torture tests
[ira/wip.git] / source4 / torture / libnet / libnet_share.c
index b7d877b0975ca507c866f70eddaa57904a9490d7..65316f3f3246b1f9adb0878d9f90ad58c92fa732 100644 (file)
@@ -109,7 +109,7 @@ static void test_displayshares(struct libnet_ListShares s)
 }
 
 
-BOOL torture_listshares(void)
+BOOL torture_listshares(struct torture_context *torture)
 {
        struct libnet_ListShares share;
        NTSTATUS  status;
@@ -194,7 +194,7 @@ static BOOL test_addshare(struct dcerpc_pipe *pipe, TALLOC_CTX *mem_ctx, const c
 }
 
 
-BOOL torture_delshare(void)
+BOOL torture_delshare(struct torture_context *torture)
 {
        struct dcerpc_pipe *p;
        struct dcerpc_binding *bind;