Fix: reset out_fd_offset when we rotate the trace file
[lttng-tools.git] / src / common / utils.h
index 06aef4f1a33417b80e18672240ee500c648e5ce6..7d8d70b5c29cfad26260b172a5381ca8d6674069 100644 (file)
@@ -29,6 +29,7 @@
 char *utils_expand_path(const char *path);
 int utils_create_pipe(int *dst);
 int utils_create_pipe_cloexec(int *dst);
+int utils_create_pipe_cloexec_nonblock(int *dst);
 void utils_close_pipe(int *src);
 char *utils_strdupdelim(const char *begin, const char *end);
 int utils_set_fd_cloexec(int fd);
This page took 0.022897 seconds and 4 git commands to generate.