mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
b9f1e94fc8
Summary: Continuing to march toward low-overhead, type-safe table rows, this commit introduces a distinction between rows being returned from a table (`TableRows`) and as the result of a query (`QueryData`). Right now the two are simply aliases for each other; that will change shortly. (Adapted from https://github.com/facebook/osquery/pull/5198) Reviewed By: guliashvili Differential Revision: D13438019 fbshipit-source-id: 6563fc8c372d9d6c4b05705943ddf39b42260feb |
||
---|---|---|
.. | ||
parsers | ||
plugins | ||
tests | ||
BUCK | ||
config.cpp | ||
config.h | ||
packs.cpp | ||
update.cpp |