bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / event-internal.h
index 8d03fbdec5680c10fd861b02dfe92bac8e5fd379..7370d0510730eb77d4f039bd62c828c911c5c47c 100644 (file)
 #include <common/macros.h>
 #include <lttng/event.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct lttng_userspace_probe_location;
 
 struct lttng_event_extended {
@@ -35,4 +39,8 @@ struct lttng_event_extended {
 
 struct lttng_event *lttng_event_copy(const struct lttng_event *event);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_EVENT_INTERNAL_H */
This page took 0.023955 seconds and 4 git commands to generate.