commit | 2d9852d317148ee56a4b8777bef60ebdde5be885 | [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 | 6413ca774b0237398fbe69a595815e9a747b181e [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