bin: compile lttng-relayd as a C++
[lttng-tools.git] / src / common / fd-tracker / utils.h
index 829b56b6d2ab5f82efb3e634de0108293b10db31..ac614c7b17fc50f483b75b32a24cd48054a1f45c 100644 (file)
 #include <common/fd-tracker/fd-tracker.h>
 #include <common/macros.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct lttng_poll_event;
 
 /*
@@ -46,4 +50,8 @@ struct lttng_directory_handle *fd_tracker_create_directory_handle_from_handle(
                struct lttng_directory_handle *handle,
                const char *path);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* FD_TRACKER_UTILS_H */
This page took 0.023748 seconds and 4 git commands to generate.