SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / common / credentials.h
index a0d93308c42d11ecf64a7a659d6c4ef0d6621278..16b65575b1978cd1d438893269486725547ededa 100644 (file)
@@ -9,10 +9,15 @@
 #define LTTNG_CREDENTIALS_H
 
 #include <sys/types.h>
+#include <assert.h>
+#include <stdbool.h>
 
 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 */
This page took 0.023731 seconds and 5 git commands to generate.