SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / ust-ctl-internal.h
index 96099f8aa08926aee758293f6ccc3e30652780f9..acb0613826f94a24e618ffcbb57fa1a32b0fcf94 100644 (file)
@@ -85,6 +85,14 @@ int ustctl_disable(int sock, struct lttng_ust_object_data *object);
 int ustctl_start_session(int sock, int handle);
 int ustctl_stop_session(int sock, int handle);
 
+int ustctl_create_trigger_group(int sock,
+               int pipe_fd,
+               struct lttng_ust_object_data **trigger_group_handle);
+int ustctl_create_trigger(int sock,
+               struct lttng_ust_trigger *trigger,
+               struct lttng_ust_object_data *trigger_group_handle,
+               struct lttng_ust_object_data **trigger_data);
+
 /*
  * ustctl_tracepoint_list returns a tracepoint list handle, or negative
  * error value.
This page took 0.024065 seconds and 5 git commands to generate.