aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.h
diff options
context:
space:
mode:
authorGravatar Guantao Liu <guantaol@google.com>2017-07-14 17:33:19 -0700
committerGravatar Guantao Liu <guantaol@google.com>2017-07-14 17:33:19 -0700
commitac9fdfbc40507a6c5453b171561537ee9cafe61a (patch)
treeeee5bdfcaa3dd5d193504961002f9ff038952608 /test/cpp/qps/qps_worker.h
parente72b5d6ab8a48181919181b5bdb4327ba263d07f (diff)
Removed unnecessary default values and fixed sanity.
Diffstat (limited to 'test/cpp/qps/qps_worker.h')
-rw-r--r--test/cpp/qps/qps_worker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/qps_worker.h b/test/cpp/qps/qps_worker.h
index ab5e26a10e..32ff98da9b 100644
--- a/test/cpp/qps/qps_worker.h
+++ b/test/cpp/qps/qps_worker.h
@@ -33,8 +33,8 @@ class WorkerServiceImpl;
class QpsWorker {
public:
- explicit QpsWorker(int driver_port, int server_port = 0,
- const char* credential_type = "INSECURE_CREDENTIALS");
+ explicit QpsWorker(int driver_port, int server_port,
+ const grpc::string& credential_type);
~QpsWorker();
bool Done() const;