sessiond: notification: add support for async commands
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-commands.h
index a90d1ac2b2f662697fd54412596cba2e06689b9d..11889f934f120f2e056a03cce29f3e224179d180 100644 (file)
@@ -15,6 +15,7 @@
 #include "notification-thread-internal.h"
 #include "notification-thread-events.h"
 #include <common/waiter.h>
+#include <stdbool.h>
 
 struct notification_thread_data;
 struct lttng_trigger;
@@ -67,6 +68,7 @@ struct notification_thread_command {
        /* lttng_waiter on which to wait for command reply (optional). */
        struct lttng_waiter reply_waiter;
        enum lttng_error_code reply_code;
+       bool is_async;
 };
 
 enum lttng_error_code notification_thread_command_register_trigger(
This page took 0.022924 seconds and 4 git commands to generate.