X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fuuid.h;h=a283ea42af5ca41a8456eefe52d123ee5810c98f;hb=93bed9fe8f48c11b7bb1224db36d82404cea080d;hp=e1e3c749d74caab4307a1631bbf5a1bd98d41777;hpb=8cfbd4f4eb61be673a5f0d8966bc8a56f543a537;p=lttng-tools.git diff --git a/src/common/compat/uuid.h b/src/common/compat/uuid.h index e1e3c749d..a283ea42a 100644 --- a/src/common/compat/uuid.h +++ b/src/common/compat/uuid.h @@ -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 */