From 4da1bf2ef1cf0880b0b2a3b4998de1d2fa5f99f5 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 12 Jun 2008 08:18:53 +0000 Subject: Document current purpose of auth_reqs --- hcid/adapter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- cgit