X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=include%2Flttng%2Fust-ctl.h;h=8917d0e0e4c9af33e944c4d3713f97a40a1ec743;hp=10602ee73c4d3cf66433549b213c6c03ca6f2531;hb=616d3093e1c34557aca7e9f6149338f43cf91886;hpb=42100b84cec40d234370c7c95651141fb5a3ddbc diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h index 10602ee7..8917d0e0 100644 --- a/include/lttng/ust-ctl.h +++ b/include/lttng/ust-ctl.h @@ -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_data *channel_data); int ustctl_create_channel(int sock, int session_handle, struct lttng_ust_channel_attr *chops, struct lttng_ust_object_data **channel_data);