diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 08:18:53 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 08:18:53 +0000 |
commit | 4da1bf2ef1cf0880b0b2a3b4998de1d2fa5f99f5 (patch) | |
tree | 704e764791f8625d765d4f28e637614be13ebd47 /hcid | |
parent | 9c2af7e86895a3a2e457deb72a539f98d725b297 (diff) |
Document current purpose of auth_reqs
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/adapter.h | 3 |
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 */ |