X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread.h;h=2aa76e71ca422bfd007dfcaec4786ebb1d7db549;hb=b3c6ac344a4d207a64b4b2e2d7bee73a7eeee28d;hp=a9c771104d48118a1a61ce65008f8df9b76c3439;hpb=91e8abc728370269a7b02ed5116e70ed488dcf60;p=lttng-tools.git 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;