summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 11:50:27 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-12 11:50:27 +0000
commit32c66136e4c4447a483dd42dcb1803a16c2ca3f8 (patch)
tree6181f9b96943815cba919b062d82861eac78cf27 /hcid/adapter.h
parent7eca97cf8464cf1863a08e514c9ac7a8e0400f1c (diff)
Track agent request status in conjunction with authentication requests
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index cf5bb5f9..f6ed7a22 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -76,6 +76,7 @@ struct pending_auth_info {
auth_type_t type;
bdaddr_t bdaddr;
gboolean replied; /* If we've already replied to the request */
+ struct agent *agent; /* Agent associated with the request */
};
struct active_conn_info {