X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcredentials.h;h=16b65575b1978cd1d438893269486725547ededa;hp=a0d93308c42d11ecf64a7a659d6c4ef0d6621278;hb=refs%2Fheads%2Fsow-2019-0002-rev1;hpb=25357057de5ae4dd2a572e8f9b893c1b90cbd60a diff --git a/src/common/credentials.h b/src/common/credentials.h index a0d93308c..16b65575b 100644 --- a/src/common/credentials.h +++ b/src/common/credentials.h @@ -9,10 +9,15 @@ #define LTTNG_CREDENTIALS_H #include +#include +#include struct lttng_credentials { uid_t uid; gid_t gid; }; +bool lttng_credentials_is_equal(const struct lttng_credentials *a, + const struct lttng_credentials *b); + #endif /* LTTNG_CREDENTIALS_H */