diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 08:07:16 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-12 08:07:16 +0000 |
commit | 9c2af7e86895a3a2e457deb72a539f98d725b297 (patch) | |
tree | 9a2441a045f8f72690a5598bbe3bd826a71819ff /hcid/adapter.h | |
parent | 66e60595a4625466b18065be80ecaae029a55b55 (diff) |
Rename pin_reqs o auth_reqs since it's tracking SSP too
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r-- | hcid/adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h index ef579832..d361192f 100644 --- a/hcid/adapter.h +++ b/hcid/adapter.h @@ -117,7 +117,7 @@ struct adapter { struct agent *agent; /* For the new API */ GSList *active_conn; struct bonding_request_info *bonding; - GSList *pin_reqs; + GSList *auth_reqs; struct pending_dc_info *pending_dc; GSList *devices; /* Devices structure pointers */ GSList *sessions; /* Request Mode sessions */ |