X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.h;fp=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.h;h=2aa76e71ca422bfd007dfcaec4786ebb1d7db549;hp=a9c771104d48118a1a61ce65008f8df9b76c3439;hb=814b4934e2604a419bcb8eec57c0450dbb47e2c3;hpb=4a171f3e17f4799d52e13d385f195fd459b8d008 diff --git a/src/bin/lttng-sessiond/notification-thread.h b/src/bin/lttng-sessiond/notification-thread.h index a9c771104..2aa76e71c 100644 --- a/src/bin/lttng-sessiond/notification-thread.h +++ b/src/bin/lttng-sessiond/notification-thread.h @@ -30,11 +30,11 @@ struct notification_thread_handle { /* * Queue of struct notification command. - * event_fd must be WRITE(2) to signal that a new command + * event_pipe must be WRITE(2) to signal that a new command * has been enqueued. */ struct { - int event_fd; + struct lttng_pipe *event_pipe; struct cds_list_head list; pthread_mutex_t lock; } cmd_queue;