summaryrefslogtreecommitdiff
path: root/policy.h
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2014-03-05 09:00:48 +0100
committerDaniel Mack <zonque@gmail.com>2014-03-07 19:43:51 +0100
commit56a52dc830c44770e478013f263cd2605f37c957 (patch)
tree0765c1e37f7a4862429203b04f9bb582045d3231 /policy.h
parent84c962f6f65915a2a23d6197826d47a4767c3192 (diff)
downloadkdbus-bus-56a52dc830c44770e478013f263cd2605f37c957.tar.gz
kdbus-bus-56a52dc830c44770e478013f263cd2605f37c957.tar.bz2
kdbus-bus-56a52dc830c44770e478013f263cd2605f37c957.zip
policy: store owner as void*
This way, an entry can be owned by both a connection and an endpoint.
Diffstat (limited to 'policy.h')
-rw-r--r--policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy.h b/policy.h
index 151a94119a3..71c3e063d4c 100644
--- a/policy.h
+++ b/policy.h
@@ -32,6 +32,6 @@ int kdbus_policy_add(struct kdbus_policy_db *db,
size_t items_container_size,
size_t max_policies,
bool allow_wildcards,
- struct kdbus_conn *owner);
+ void *owner);
#endif