summaryrefslogtreecommitdiff
path: root/policy.h
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-12-12 11:11:32 +0100
committerDaniel Mack <zonque@gmail.com>2013-12-12 12:32:13 +0100
commit8b8fd490e3d52447bdab6593baf5b293757227fe (patch)
tree20c652cf53d616d004c92e59bdb85963d6987223 /policy.h
parent0104fcba29eea18791548e504a2571f5128ffaeb (diff)
downloadkdbus-bus-8b8fd490e3d52447bdab6593baf5b293757227fe.tar.gz
kdbus-bus-8b8fd490e3d52447bdab6593baf5b293757227fe.tar.bz2
kdbus-bus-8b8fd490e3d52447bdab6593baf5b293757227fe.zip
policy: remove reverse-entry logic
this logic will be re-implemented on the connection's side. drop the existing code first.
Diffstat (limited to 'policy.h')
-rw-r--r--policy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/policy.h b/policy.h
index c63f61c5161..1430513f1ff 100644
--- a/policy.h
+++ b/policy.h
@@ -22,8 +22,7 @@ int kdbus_cmd_policy_set_from_user(struct kdbus_policy_db *db,
void __user *buf);
int kdbus_policy_db_check_send_access(struct kdbus_policy_db *db,
struct kdbus_conn *conn_src,
- struct kdbus_conn *conn_dst,
- u64 reply_deadline_ns);
+ struct kdbus_conn *conn_dst);
bool kdbus_policy_db_check_own_access(struct kdbus_policy_db *db,
struct kdbus_conn *conn,
const char *name);