X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Futils.h;h=0d841bfd0b739b0e56d03c6af10f59a162a93071;hp=e5a5310d9b58754313d0bfd43b36479d241fdf60;hb=b2047add047d9965a2fd27d4a61d83170bbfed99;hpb=3875ddbce43e576c86b8bde8a3dd91e4aa95648f diff --git a/tests/utils/utils.h b/tests/utils/utils.h index e5a5310d9..0d841bfd0 100644 --- a/tests/utils/utils.h +++ b/tests/utils/utils.h @@ -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 */