summaryrefslogtreecommitdiff
path: root/test/performance/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/client.h')
-rw-r--r--test/performance/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/client.h b/test/performance/client.h
index edcd1b68..097ae048 100644
--- a/test/performance/client.h
+++ b/test/performance/client.h
@@ -56,7 +56,7 @@ void ClientAC(int argc, char *argv[], Routine2<T> client_routine,
const std::vector<std::string> &options);
template <typename T>
void ClientABC(int argc, char *argv[], Routine3<T> client_routine,
- const std::vector<std::string> &options);
+ const std::vector<std::string> &options, const bool symmetric);
// =================================================================================================