X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fnotification.c;h=d1403574b1c2401a4941ae0fe389eaac7bbfcdcf;hb=48a4000561343808724f7cb5fa8c131877489ccd;hp=9c5bd6d18834465dbcf746cae11034e55dc2a50f;hpb=a0377dfefe40662ba7d68617bce6ff467114136c;p=lttng-tools.git diff --git a/src/common/notification.c b/src/common/notification.c index 9c5bd6d18..d1403574b 100644 --- a/src/common/notification.c +++ b/src/common/notification.c @@ -14,7 +14,6 @@ #include #include -LTTNG_HIDDEN struct lttng_notification *lttng_notification_create( struct lttng_trigger *trigger, struct lttng_evaluation *evaluation) @@ -36,7 +35,6 @@ end: return notification; } -LTTNG_HIDDEN int lttng_notification_serialize(const struct lttng_notification *notification, struct lttng_payload *payload) { @@ -72,7 +70,6 @@ end: } -LTTNG_HIDDEN ssize_t lttng_notification_create_from_payload( struct lttng_payload_view *src_view, struct lttng_notification **notification)