X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcredentials.h;h=9e5fc62608e9f828fadf8f6c37e637a7353c618e;hp=a0d93308c42d11ecf64a7a659d6c4ef0d6621278;hb=894e6e1c66b3b7288c3cfca2a6f9d916774d6dea;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a diff --git a/src/common/credentials.h b/src/common/credentials.h index a0d93308c..9e5fc6260 100644 --- a/src/common/credentials.h +++ b/src/common/credentials.h @@ -9,10 +9,14 @@ #define LTTNG_CREDENTIALS_H #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 */