X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.h;h=0d841bfd0b739b0e56d03c6af10f59a162a93071;hb=2462eee73d84fdad7bf6c6943fbf53e5a263af30;hp=e5a5310d9b58754313d0bfd43b36479d241fdf60;hpb=0458ed8c7f5c46e1fb56c8cb920ddbbc7adda8a8;p=lttng-tools.git 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 */