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=8ada111f6d3ab40d1c33cf1a7b2546de9a47d1d5;hpb=287a512f2b868c16132b894a8143a5faf0379ca8 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; };