sessiond: add support for anonymous triggers
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-commands.h
index 882959a29d0cc2c571e70e49d78552997ae71531..0aa7a80c3f94cc3a8a1e519f620ac625d2b5d7b6 100644 (file)
@@ -43,6 +43,7 @@ struct notification_thread_command {
                /* Register trigger. */
                struct {
                        struct lttng_trigger *trigger;
+                       bool is_trigger_anonymous;
                } register_trigger;
                /* Unregister trigger. */
                struct {
@@ -112,7 +113,8 @@ struct notification_thread_command {
 
 enum lttng_error_code notification_thread_command_register_trigger(
                struct notification_thread_handle *handle,
-               struct lttng_trigger *trigger);
+               struct lttng_trigger *trigger,
+               bool is_anonymous_trigger);
 
 enum lttng_error_code notification_thread_command_unregister_trigger(
                struct notification_thread_handle *handle,
This page took 0.023707 seconds and 4 git commands to generate.