Tests: Move script synchronization functions to utils library
[lttng-tools.git] / tests / utils / utils.h
index e5a5310d9b58754313d0bfd43b36479d241fdf60..0d841bfd0b739b0e56d03c6af10f59a162a93071 100644 (file)
@@ -19,5 +19,7 @@
 #define TEST_UTILS_H
 
 int usleep_safe(useconds_t usec);
+int create_file(const char *path);
+int wait_on_file(const char *path);
 
 #endif /* TEST_UTILS_H */
This page took 0.023941 seconds and 5 git commands to generate.