From 0bda0b3e558dd1b88455a8d5656cb9f739ca331a Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 3 Mar 2016 12:51:53 -0800 Subject: Configure performance scenarios with json Run those json configurations as part of presubmits --- test/cpp/util/subprocess.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/cpp/util/subprocess.h') diff --git a/test/cpp/util/subprocess.h b/test/cpp/util/subprocess.h index 8fafe3d177..f7b553ae03 100644 --- a/test/cpp/util/subprocess.h +++ b/test/cpp/util/subprocess.h @@ -36,6 +36,7 @@ #include #include +#include struct gpr_subprocess; @@ -43,7 +44,7 @@ namespace grpc { class SubProcess { public: - SubProcess(std::initializer_list args); + SubProcess(const std::vector& args); ~SubProcess(); int Join(); -- cgit v1.2.3