bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / userspace-probe-internal.h
index 5e960c106db1b853224d12c4da59f8c6f1695e18..fe96a4ea3b2b926fac04b232d562f68c6b641e6f 100644 (file)
 #include <common/fd-handle.h>
 #include <stdbool.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct lttng_payload;
 struct lttng_payload_view;
 struct lttng_dynamic_buffer;
@@ -159,4 +163,8 @@ enum lttng_error_code lttng_userspace_probe_location_mi_serialize(
                const struct lttng_userspace_probe_location *location,
                struct mi_writer *writer);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_USERSPACE_PROBE_INTERNAL_H */
This page took 0.02347 seconds and 4 git commands to generate.