[systemd-devel] [PATCH 2/5] test: add the struct kdbus_policy_entry to be used for tests
Djalal Harouni
tixxdz at opendz.org
Wed Jul 23 09:34:33 PDT 2014
Signed-off-by: Djalal Harouni <tixxdz at 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
More information about the systemd-devel
mailing list