<:: -> < ::

This commit is contained in:
vjpai 2015-02-27 07:21:31 -08:00
parent 3c11066217
commit cd801c8531
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ static void RunTest(const int client_threads, const int client_channels,
}
std::vector<std::thread> threads; // Will add threads when ready to execute
std::vector<::gpr_histogram *> thread_stats(client_threads);
std::vector< ::gpr_histogram *> thread_stats(client_threads);
TestService::Stub *stub_stats = channels[0].get_stub();
grpc::ClientContext context_stats_begin;