X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fevent-notifier-notification.c;h=313339f19a3303e690de4190748ffa11e87c62f5;hb=d1f1110f9563855ede8d1511a4db3b89630ebc1e;hp=942f6136a96acbcc2ab32996dd60ba773ef67972;hpb=864a1eda22ed99266509ac76451c6f27f91aa17e;p=lttng-ust.git diff --git a/liblttng-ust/event-notifier-notification.c b/liblttng-ust/event-notifier-notification.c index 942f6136..313339f1 100644 --- a/liblttng-ust/event-notifier-notification.c +++ b/liblttng-ust/event-notifier-notification.c @@ -8,10 +8,10 @@ #include #include -#include #include #include +#include "ust-events-internal.h" #include "../libmsgpack/msgpack.h" #include "lttng-bytecode.h" #include "ust-share.h" @@ -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);