summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-03-14 19:16:30 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-03-14 19:16:30 +0000
commit6a61b7495a0557ce79499a6815cdfbe672bf6cfb (patch)
tree5e7511a83ecbf300954a530d0fe73f7100feaef8 /hcid/adapter.h
parentf53dce601c8b8ee28bc8b5d354aaa56b454b1a71 (diff)
Add initial code for new agent interface
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 1ea266d5..a09dd37e 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -108,7 +108,8 @@ struct adapter {
char *discov_requestor; /* discovery requestor unique name */
DBusMessage *discovery_cancel; /* discovery cancel message request */
GSList *passkey_agents;
- GSList *auth_agents; /* Authorization agents */
+ GSList *auth_agents; /* Authorization agents */
+ struct agent *agent; /* For the new API */
bdaddr_t agents_disabled; /* temporarely disable agents for bda */
GSList *active_conn;
struct bonding_request_info *bonding;