X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-commands.h;h=8885d4faf57d639965b3f5326c50d81a9ba7099d;hb=21ed98c107c9be59bd1f4e2b2b1ecfb56ef6ff57;hp=fc7e90bcb95ecf319c89e6bd8979602eddaac0ef;hpb=ab0ee2ca29394fa28284b94cc3c598960660404f;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notification-thread-commands.h b/src/bin/lttng-sessiond/notification-thread-commands.h index fc7e90bcb..8885d4faf 100644 --- a/src/bin/lttng-sessiond/notification-thread-commands.h +++ b/src/bin/lttng-sessiond/notification-thread-commands.h @@ -22,6 +22,7 @@ #include #include #include "notification-thread.h" +#include struct notification_thread_data; struct lttng_trigger; @@ -65,8 +66,8 @@ struct notification_thread_command { } remove_channel; } parameters; - /* Futex on which to wait for command reply (optional). */ - int32_t reply_futex; + /* lttng_waiter on which to wait for command reply (optional). */ + struct lttng_waiter reply_waiter; enum lttng_error_code reply_code; };