consumerd: remove unused function consumer_del_data_stream
[lttng-tools.git] / src / common / compat / uuid.h
index e1e3c749d74caab4307a1631bbf5a1bd98d41777..a283ea42af5ca41a8456eefe52d123ee5810c98f 100644 (file)
@@ -82,4 +82,10 @@ 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.023826 seconds and 5 git commands to generate.