X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-commands.h;h=8885d4faf57d639965b3f5326c50d81a9ba7099d;hp=fc7e90bcb95ecf319c89e6bd8979602eddaac0ef;hb=e6142f2e647e83238b1e399b1264e8adb05409f9;hpb=ab0ee2ca29394fa28284b94cc3c598960660404f 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; };