X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fnotification-internal.h;fp=include%2Flttng%2Fnotification%2Fnotification-internal.h;h=1d337e07db6b18e62f2ab2bd58a89c3f40a351af;hp=7e601b0c7de82d5340b8686c932bff42e6b5b63d;hb=7966af5763c4aaca39df9bbfa9277ff15715c720;hpb=3a5f70173aa04d11ccb22694d5d31a702cad33ab diff --git a/include/lttng/notification/notification-internal.h b/include/lttng/notification/notification-internal.h index 7e601b0c7..1d337e07d 100644 --- a/include/lttng/notification/notification-internal.h +++ b/include/lttng/notification/notification-internal.h @@ -14,6 +14,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + struct lttng_payload; struct lttng_payload_view; @@ -40,4 +44,8 @@ ssize_t lttng_notification_create_from_payload( struct lttng_payload_view *view, struct lttng_notification **notification); +#ifdef __cplusplus +} +#endif + #endif /* LTTNG_NOTIFICATION_INTERNAL_H */