UST: update ABI for event notifier
[lttng-tools.git] / src / bin / lttng-sessiond / ust-ctl-internal.h
index 7c245bdce266489e54b8258c4de06fbc343ae0a6..8d7217f31df2b9798baaec1230e41320a8767bf3 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_event_notifier_group(int sock,
+               int pipe_fd,
+               struct lttng_ust_object_data **event_notifier_group_handle);
+int ustctl_create_event_notifier(int sock,
+               struct lttng_ust_event_notifier *event_notifier,
+               struct lttng_ust_object_data *event_notifier_group_handle,
+               struct lttng_ust_object_data **event_notifier_data);
+
 /*
  * ustctl_tracepoint_list returns a tracepoint list handle, or negative
  * error value.
This page took 0.023128 seconds and 4 git commands to generate.