X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Fevent-notifier-notification.c;h=96b91a9ab0b84d2bd85b4531b28d18e9f1b11e33;hb=cd61d9bfa5fd334b086831dcbdec63da6c0d1a16;hp=5bbbbd31064a6743a2b2d7b2119d704a4c063f28;hpb=abbb25fd2b9d5bea6ec4d76e5df4a2b7259ece04;p=lttng-ust.git diff --git a/liblttng-ust/event-notifier-notification.c b/liblttng-ust/event-notifier-notification.c index 5bbbbd31..96b91a9a 100644 --- a/liblttng-ust/event-notifier-notification.c +++ b/liblttng-ust/event-notifier-notification.c @@ -1,21 +1,7 @@ /* - * event-notifier-notification.c + * SPDX-License-Identifier: LGPL-2.1-only * * Copyright (C) 2020 Francis Deslauriers - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; only - * version 2.1 of the License. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _LGPL_SOURCE @@ -28,7 +14,7 @@ #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 @@ -355,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);