summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/adapter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index d361192f..5e023f3c 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -117,7 +117,8 @@ struct adapter {
struct agent *agent; /* For the new API */
GSList *active_conn;
struct bonding_request_info *bonding;
- GSList *auth_reqs;
+ GSList *auth_reqs; /* Received and replied HCI
+ authentication requests */
struct pending_dc_info *pending_dc;
GSList *devices; /* Devices structure pointers */
GSList *sessions; /* Request Mode sessions */