bin: compile lttng-sessiond as C++
[lttng-tools.git] / src / common / filter.h
index 305434bf6e0d1a5de3e626d6e6ed114ec403ac69..f5dcdf319f8f6fdfd26a82210e9d8e7c0da46105 100644 (file)
 
 #include <common/sessiond-comm/sessiond-comm.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct bytecode_symbol_iterator;
 
 /*
@@ -33,4 +37,8 @@ const char *bytecode_symbol_iterator_get_name(
 
 void bytecode_symbol_iterator_destroy(struct bytecode_symbol_iterator *it);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_COMMON_FILTER_H */
This page took 0.023389 seconds and 4 git commands to generate.