Refactor network stack to use * instead of &

Reviewers: teon.banek, buda

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1587
This commit is contained in:
Matej Ferencevic
2018-09-03 15:29:06 +02:00
parent 4e996d2667
commit 240472e7cb
23 changed files with 175 additions and 175 deletions

View File

@@ -22,7 +22,7 @@ TEST(Network, Server) {
TestData session_data;
int N = (std::thread::hardware_concurrency() + 1) / 2;
ContextT context;
ServerT server(endpoint, session_data, &context, -1, "Test", N);
ServerT server(endpoint, &session_data, &context, -1, "Test", N);
const auto &ep = server.endpoint();
// start clients