X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-commands.h;h=0aa7a80c3f94cc3a8a1e519f620ac625d2b5d7b6;hp=882959a29d0cc2c571e70e49d78552997ae71531;hb=0efb2ad7fc448283184e43d6fb0915febae45384;hpb=94dbd8e4ed88cd56829159e1fef374a16fddd593 diff --git a/src/bin/lttng-sessiond/notification-thread-commands.h b/src/bin/lttng-sessiond/notification-thread-commands.h index 882959a29..0aa7a80c3 100644 --- a/src/bin/lttng-sessiond/notification-thread-commands.h +++ b/src/bin/lttng-sessiond/notification-thread-commands.h @@ -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,