Cygwin: Introduce new LTTNG_UST_STREAM_PIPE command to open wakeup pipe
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-ctl.h
index a4f9c3fb4c93ae1350b70f07880666b4c80bccf3..43e3f8deb46d9248c0866d3fe0b46bbf93a07c29 100644 (file)
@@ -26,6 +26,7 @@ int ustctl_create_session(int sock);
 int ustctl_open_metadata(int sock, int session_handle,
                struct lttng_ust_channel_attr *chops,
                struct lttng_ust_object_data **metadata_data);
+int ustctl_open_wait_pipe(int sock, struct lttng_ust_object *channel_data);
 int ustctl_create_channel(int sock, int session_handle,
                struct lttng_ust_channel_attr *chops,
                struct lttng_ust_object_data **channel_data);
This page took 0.023403 seconds and 4 git commands to generate.