Add lttng_uuid_is_nil() util
[lttng-tools.git] / src / common / compat / uuid.h
index e1e3c749d74caab4307a1631bbf5a1bd98d41777..ade7ef56d37821fdeb62c81a6c1d08e608048469 100644 (file)
@@ -82,4 +82,7 @@ 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);
+
 #endif /* LTTNG_UUID_H */
This page took 0.023593 seconds and 4 git commands to generate.