commit | 84ff3e54e818abf63b36378522605a5af7e1924c | [log] [tgz] |
---|---|---|
author | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Fri Jan 03 19:48:53 2020 -0800 |
committer | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Sat Jan 04 12:29:56 2020 -0800 |
tree | c69b3d590618d30aadbd821299b02fc81cd7720c | |
parent | f3a3be25cbf0e6b301d84e46fcf27e4ad177ac2e [diff] [blame] |
Make LogReader own SimulatedEventLoopFactory This reduces some code duplication and makes things easier once we start need to be able to mess with the config from the LogReader. Change-Id: Ia1c04f37865cfd284c3675ca138d38b3f4b7717f
diff --git a/aos/BUILD b/aos/BUILD index e964066..80ba32a 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -302,6 +302,7 @@ tables = [ "Configuration", "Channel", + "Connection", "Map", "Node", ],