consumerd: remove unused function consumer_del_data_stream
[lttng-tools.git] / src / common / compat / uuid.h
index 0da0b80db72c47be979167687d3309459301df17..a283ea42af5ca41a8456eefe52d123ee5810c98f 100644 (file)
@@ -24,6 +24,7 @@
 #define LTTNG_UUID_H
 
 #include <common/macros.h>
+#include <stdbool.h>
 
 /*
  * Includes final \0.
@@ -78,4 +79,13 @@ int lttng_uuid_generate(lttng_uuid uuid_out)
 LTTNG_HIDDEN
 void lttng_uuid_to_str(const lttng_uuid uuid, char *uuid_str);
 
+LTTNG_HIDDEN
+bool lttng_uuid_is_equal(const lttng_uuid a, const lttng_uuid b);
+
+LTTNG_HIDDEN
+bool lttng_uuid_is_nil(const lttng_uuid uuid);
+
+LTTNG_HIDDEN
+void lttng_uuid_copy(lttng_uuid dst, const lttng_uuid src);
+
 #endif /* LTTNG_UUID_H */
This page took 0.02693 seconds and 5 git commands to generate.