commit | ae6174d5201eccd2d9c1e777e96c1bf4c0a4f582 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon May 18 16:46:31 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu May 21 15:49:05 2015 -0700 |
tree | 0a7346b3187f48f78fd96502848e4cd4861020f1 | |
parent | 5940ac28a7673479abee75bb9c6fd29797ba7bca [diff] |
Make atransport be a real class. Using non-POD types in atransport means we'll need to start treating it as a real class (specifically with regards to new/delete rather than malloc/free). I've also cleaned up the home grown linked lists for transport_list and pending_list to just be std::lists. We might want to refactor that again to be an std::unordered_map keyed on serial, since that seems to be a common way to search it. Change-Id: I7f5e23cdc47944a9278099723ca029585fe52105