Hide private share.h symbols
[lttng-ust.git] / liblttng-ust / event-notifier-notification.c
index 942f6136a96acbcc2ab32996dd60ba773ef67972..96b91a9ab0b84d2bd85b4531b28d18e9f1b11e33 100644 (file)
@@ -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);
This page took 0.023152 seconds and 4 git commands to generate.