aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.h
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-10-29 02:23:11 -0700
committerGravatar vjpai <vpai@google.com>2015-10-29 02:23:11 -0700
commit72a633213815f19ac04b51331287e3f7b075dcc1 (patch)
tree07dc4d99af879455da57b4eca9bc7a7016852ff7 /test/cpp/qps/qps_worker.h
parent119c103ab00f309a66de6f1cb78c648eb3c4e2cc (diff)
QPS worker no longer needs to specify server port on command line. This is part
of the proto if desired, or just goes to pick_unused_port_or_die if not specified
Diffstat (limited to 'test/cpp/qps/qps_worker.h')
-rw-r--r--test/cpp/qps/qps_worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_worker.h b/test/cpp/qps/qps_worker.h
index d5a7d7df1c..0db88ad3d1 100644
--- a/test/cpp/qps/qps_worker.h
+++ b/test/cpp/qps/qps_worker.h
@@ -46,7 +46,7 @@ class WorkerServiceImpl;
class QpsWorker {
public:
- QpsWorker(int driver_port, int server_port);
+ explicit QpsWorker(int driver_port);
~QpsWorker();
private: