fixup torture_sleep
authorGünther Deschner <gd@samba.org>
Fri, 22 Sep 2017 20:19:52 +0000 (22:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 14:14:02 +0000 (15:14 +0100)
source4/torture/util.h

index 4695710faece634f9e8b0b88fb993a4dfe1069db..0b1eeb50d755bf72ac54b1daebe3d4071397f8d7 100644 (file)
@@ -107,5 +107,7 @@ NTSTATUS torture_check_privilege(struct smbcli_state *cli,
                                 const char *sid_str,
                                 const char *privilege);
 
+void torture_sleep(struct torture_context *tctx,
+                  int sleep_seconds);
 
 #endif /* _TORTURE_UTIL_H_ */