aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/perf_db_client.h
diff options
context:
space:
mode:
authorGravatar Siddharth Rakesh <sidrakesh@google.com>2015-06-30 16:38:32 -0700
committerGravatar Siddharth Rakesh <sidrakesh@google.com>2015-06-30 16:38:32 -0700
commitfd1a20a667fc2cfdfe2afd8a8d54cb3f5438b5df (patch)
tree2c241f1cd3e5706ba8aadd100b7e458707fe572d /test/cpp/qps/perf_db_client.h
parenta6d13f35b8f51ec3054ea48dc30cb9f23adfe6d8 (diff)
Changes introduced for passing hashed user id instead of access token
Diffstat (limited to 'test/cpp/qps/perf_db_client.h')
-rw-r--r--test/cpp/qps/perf_db_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/perf_db_client.h b/test/cpp/qps/perf_db_client.h
index a22426bced..ce7a88bbff 100644
--- a/test/cpp/qps/perf_db_client.h
+++ b/test/cpp/qps/perf_db_client.h
@@ -91,7 +91,7 @@ class PerfDbClient {
double client_system_time, double client_user_time);
// sends the data to the performance database server
- bool sendData(std::string access_token, std::string test_name,
+ bool sendData(std::string hashed_id, std::string test_name,
std::string sys_info, std::string tag);
private: