Signed-off-by: Djalal Harouni <tix...@opendz.org>
---
 test/kdbus-util.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/test/kdbus-util.h b/test/kdbus-util.h
index 0fcfb72..39d7bb5 100644
--- a/test/kdbus-util.h
+++ b/test/kdbus-util.h
@@ -36,6 +36,12 @@ struct conn {
        size_t size;
 };
 
+struct kdbus_policy_entry {
+       char *name;
+       size_t num_access;
+       struct kdbus_policy_access *access;
+};
+
 int name_list(struct conn *conn, uint64_t flags);
 int name_release(struct conn *conn, const char *name);
 int name_acquire(struct conn *conn, const char *name, uint64_t flags);
-- 
1.9.3

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to