X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fuuid.h;fp=src%2Fcommon%2Fcompat%2Fuuid.h;h=a283ea42af5ca41a8456eefe52d123ee5810c98f;hb=eafef9ebb1eb94515356250010370703b85f38a0;hp=ade7ef56d37821fdeb62c81a6c1d08e608048469;hpb=4c97f6bddcc8ba836e26049db6949e88df75044c;p=lttng-tools.git diff --git a/src/common/compat/uuid.h b/src/common/compat/uuid.h index ade7ef56d..a283ea42a 100644 --- a/src/common/compat/uuid.h +++ b/src/common/compat/uuid.h @@ -85,4 +85,7 @@ 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 */