Split BPF loader to match the rest of the programs (#4636)

This commit is contained in:
Jack May
2019-06-12 08:49:59 -07:00
committed by GitHub
parent dd1c3514a8
commit 0dcdc37fec
19 changed files with 52 additions and 57 deletions

View File

@@ -18,7 +18,8 @@ members = [
"metrics",
"netutil",
"programs/bpf",
"programs/bpf_loader",
"programs/bpf_loader_api",
"programs/bpf_loader_program",
"programs/budget_api",
"programs/budget_program",
"programs/config_api",