bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / notification / notification-internal.h
index 7e601b0c7de82d5340b8686c932bff42e6b5b63d..1d337e07db6b18e62f2ab2bd58a89c3f40a351af 100644 (file)
 #include <stdbool.h>
 #include <sys/types.h>
 
+#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 */
This page took 0.023039 seconds and 4 git commands to generate.