bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / log-level-rule-internal.h
index c17e590b7264fa26db4c8fc584d3a393e59975eb..b02afafe0d8d563c86bfeca1c192df1c42a5d029 100644 (file)
 #include <lttng/event.h>
 #include <lttng/log-level-rule.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct mi_writer;
 
 /*
@@ -60,4 +64,8 @@ enum lttng_error_code lttng_log_level_rule_mi_serialize(
                const struct lttng_log_level_rule *rule,
                struct mi_writer *writer);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_LOG_LEVEL_RULE_INTERNAL_H */
This page took 0.023519 seconds and 4 git commands to generate.