Add mkdir_recursive function to libcommon utils
[lttng-tools.git] / src / common / utils.h
index c5723aa1d364b66e55fe7e5d606f52688a57c2f8..f63e84e5b098dd5f5d658545d04d7d15c7ef64a3 100644 (file)
@@ -24,5 +24,7 @@ int utils_create_pipe_cloexec(int *dst);
 void utils_close_pipe(int *src);
 char *utils_strdupdelim(const char *begin, const char *end);
 int utils_set_fd_cloexec(int fd);
+int utils_create_pid_file(pid_t pid, const char *filepath);
+int utils_mkdir_recursive(const char *path, mode_t mode);
 
 #endif /* _COMMON_UTILS_H */
This page took 0.022779 seconds and 4 git commands to generate.