bin: compile lttng-sessiond as C++
[lttng-tools.git] / src / common / uuid.h
index 0d3e79aeeb4ad572a99c11680051750c8c304289..d95ea062e20e9d38d3141e54d7704efdb36591d1 100644 (file)
 #include <stdint.h>
 #include <inttypes.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * Includes final \0.
  */
@@ -59,4 +63,8 @@ void lttng_uuid_copy(lttng_uuid dst, const lttng_uuid src);
  */
 int lttng_uuid_generate(lttng_uuid uuid_out);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* LTTNG_UUID_H */
This page took 0.024233 seconds and 4 git commands to generate.