aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_tool.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-08-29 17:04:50 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-08-29 17:04:50 -0700
commit7176a828c5418cfb1084c7b776be65a0ea7b138e (patch)
tree5923e0b95b851c867bb47eeda39e9a9947b07048 /test/cpp/util/grpc_tool.h
parentc931305c398e7e87013da52a5c2697d0fb14ad7f (diff)
Use --protofiles
Diffstat (limited to 'test/cpp/util/grpc_tool.h')
-rw-r--r--test/cpp/util/grpc_tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/grpc_tool.h b/test/cpp/util/grpc_tool.h
index 3da86937c2..df3680258b 100644
--- a/test/cpp/util/grpc_tool.h
+++ b/test/cpp/util/grpc_tool.h
@@ -45,7 +45,7 @@ namespace testing {
typedef std::function<bool(const grpc::string &)> GrpcToolOutputCallback;
-int GrpcToolMainLib(int argc, const char **argv, CliCredentials cred,
+int GrpcToolMainLib(int argc, const char **argv, const CliCredentials &cred,
GrpcToolOutputCallback callback);
} // namespace testing