X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fuuid.h;fp=src%2Fcommon%2Fcompat%2Fuuid.h;h=e1e3c749d74caab4307a1631bbf5a1bd98d41777;hb=8cfbd4f4eb61be673a5f0d8966bc8a56f543a537;hp=0da0b80db72c47be979167687d3309459301df17;hpb=3654ed19aa453f4be063784e215cab81441e8962;p=lttng-tools.git diff --git a/src/common/compat/uuid.h b/src/common/compat/uuid.h index 0da0b80db..e1e3c749d 100644 --- a/src/common/compat/uuid.h +++ b/src/common/compat/uuid.h @@ -24,6 +24,7 @@ #define LTTNG_UUID_H #include +#include /* * Includes final \0. @@ -78,4 +79,7 @@ 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); + #endif /* LTTNG_UUID_H */