bin: compile lttng-sessiond as C++
[lttng-tools.git] / include / lttng / condition / buffer-usage-internal.h
index 1e6d5a509c40b8c518dc90e634c0cc76322dd0bc..6ea19e065f7e3fec613e60f4ce7f38fd1ebfdedb 100644 (file)
 #include "common/buffer-view.h"
 #include <common/macros.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct lttng_condition_buffer_usage {
        struct lttng_condition parent;
        struct {
@@ -77,4 +81,8 @@ ssize_t lttng_evaluation_buffer_usage_high_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_evaluation **evaluation);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_CONDITION_BUFFER_USAGE_INTERNAL_H */
This page took 0.02292 seconds and 4 git commands to generate.