diff options
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp index ffdcb15fa4e..03bfd13aeec 100644 --- a/cpp/demo/Ice/throughput/Client.cpp +++ b/cpp/demo/Ice/throughput/Client.cpp @@ -70,7 +70,7 @@ ThroughputClient::run(int argc, char* argv[]) menu(); - throughput->ice_ping(); // Initial ping to setup the connection. + throughput->endWarmup(); // Initial ping to setup the connection. // // By default use byte sequence. |