OSDN Git Service

Change Ti::Agent collection from vector to List
authorAlex Light <allight@google.com>
Wed, 29 Mar 2017 17:40:15 +0000 (10:40 -0700)
committerAlex Light <allight@google.com>
Wed, 29 Mar 2017 17:40:15 +0000 (10:40 -0700)
commit4b812faa25454bda4d6e79a305938449a54a3e41
tree20ff43702e7da31a4990125ff9b5659505b363e0
parent8b71f086ade1f48f3780cc81706669abbfe9c184
Change Ti::Agent collection from vector to List

We want these to be in a list to avoid the need for moving them
around, which would introduce the need to perform annoying accounting.

Test: ./test.py --host -j40
Bug: 36716572
Bug: 31455788
Change-Id: Ie16523f4e7d79934fa7844fb9b9a26e125cfa9eb
cmdline/cmdline_types.h
runtime/parsed_options.cc
runtime/runtime.h
runtime/runtime_options.def
test/900-hello-plugin/expected.txt
test/900-hello-plugin/load_unload.cc
test/900-hello-plugin/run