osquery-1/osquery/config
Jonathan Keljo b9f1e94fc8 Prefactor: QueryData -> TableRows for virtual tables
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
2019-01-09 13:50:15 -08:00
..
parsers Prefactor: QueryData -> TableRows for virtual tables 2019-01-09 13:50:15 -08:00
plugins Move build system to BUCK 2018-12-07 16:12:35 +00:00
tests Fix up config/tests:test_config_update for windows 2018-12-11 03:31:17 -08:00
BUCK Move build system to BUCK 2018-12-07 16:12:35 +00:00
config.cpp Move build system to BUCK 2018-12-07 16:12:35 +00:00
config.h Move build system to BUCK 2018-12-07 16:12:35 +00:00
packs.cpp Move build system to BUCK 2018-12-07 16:12:35 +00:00
update.cpp Move build system to BUCK 2018-12-07 16:12:35 +00:00