X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust-comm.h;h=c9c8ca419f6a4aaffd4cf30d2834820b6b55c58a;hb=86133cafe8f32497f53f4b469b8d3357470e7080;hp=a5e0957235ff2503e73ec8f8dfd3f17356e05735;hpb=fb31eb73d8a4a6d9784ed5c335b7fa3b9684108c;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index a5e09572..c9c8ca41 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -33,7 +33,6 @@ #include #include #include -#include #ifndef LTTNG_PACKED #error "LTTNG_PACKED should be defined" @@ -89,6 +88,7 @@ struct ustcomm_ust_msg { uint32_t cmd; char padding[USTCOMM_MSG_PADDING1]; union { + struct lttng_ust_event_notifier event_notifier; struct lttng_ust_channel channel; struct lttng_ust_stream stream; struct lttng_ust_event event; @@ -220,6 +220,8 @@ ssize_t ustcomm_recv_channel_from_sessiond(int sock, int ustcomm_recv_stream_from_sessiond(int sock, uint64_t *memory_map_size, int *shm_fd, int *wakeup_fd); +ssize_t ustcomm_recv_event_notifier_notif_fd_from_sessiond(int sock, + int *event_notifier_notif_fd); /* * Returns 0 on success, negative error value on error.