commit | 177567ef094b507a99227971ab977fbad0a615d8 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Wed Aug 12 19:51:33 2020 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Fri Aug 14 16:57:27 2020 -0700 |
tree | f22f810748fa2b7a90743236e27a53265037dc65 | |
parent | 1b6c20f6a7928823e49afda98bf720d99c5689ba [diff] [blame] |
Add LocklessQueue::Pinner class This will allow reading messages from queues without copying, which is helpful for speeding up the processing of images. Change-Id: Ia4bb98afa6fe1c1b5cc186e3071c7458f143d77d
diff --git a/aos/ipc_lib/BUILD b/aos/ipc_lib/BUILD index 5e14abc..6c14200 100644 --- a/aos/ipc_lib/BUILD +++ b/aos/ipc_lib/BUILD
@@ -134,6 +134,9 @@ srcs = ["index.cc"], hdrs = ["index.h"], visibility = ["//visibility:public"], + deps = [ + "@com_github_google_glog//:glog", + ], ) cc_test(