commit | d2ea065dd848a23ee2d132db2c60211a08259eaa | [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 | dea1afe7f74a48b2a988400ced1cfda8e395a2f9 | |
parent | 9aa63fe9f5a43db2e0c8e987e9929ffb33f258f5 [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