X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fevent-notifier-notification.c;h=313339f19a3303e690de4190748ffa11e87c62f5;hb=4c41b460614826ada066a7e0c26a8b116336bab2;hp=472479fd39817060136cda0b99590050f52bdf84;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust/event-notifier-notification.c b/liblttng-ust/event-notifier-notification.c index 472479fd..313339f1 100644 --- a/liblttng-ust/event-notifier-notification.c +++ b/liblttng-ust/event-notifier-notification.c @@ -8,13 +8,13 @@ #include #include -#include #include #include +#include "ust-events-internal.h" #include "../libmsgpack/msgpack.h" #include "lttng-bytecode.h" -#include "share.h" +#include "ust-share.h" /* * We want this write to be atomic AND non-blocking, meaning that we @@ -341,7 +341,7 @@ void notification_send(struct lttng_event_notifier_notification *notif, ust_notif.capture_buf_size = content_len; /* Send all the buffers. */ - ret = patient_writev(notif->notification_fd, iov, iovec_count); + ret = ust_patient_writev(notif->notification_fd, iov, iovec_count); if (ret == -1) { if (errno == EAGAIN) { record_error(event_notifier);