commit | 8a40c8a1095ea61dedca7f6bb83c5880df844e58 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Aug 10 14:28:24 2018 -0700 |
committer | Josh Gao <jmgao@google.com> | Fri Aug 10 15:58:11 2018 -0700 |
tree | ee77091ecdecfb80146d8965b50aecefbfb5b599 | |
parent | 043fbec646ed7b37665c8a7a6f9b0d88118293e1 [diff] |
adb: switch reconnect_queue to std::set. We can't remove from the middle of a priority_queue, which a followup commit wants to do, so switch to std::set, with the side benefit of making operator< point the right direction. Test: mma Test: ./test_adb.py Change-Id: I784c1dcc91f0a9cf760e9fa1710202e37e85432b