From 928b2c1910bfe957a4cc31746aa395c9ed98006f Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 19 Jul 2018 20:07:16 -0400 Subject: ... --- src/hotstuff_client.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/hotstuff_client.cpp') diff --git a/src/hotstuff_client.cpp b/src/hotstuff_client.cpp index 3931a0c..2fd36bd 100644 --- a/src/hotstuff_client.cpp +++ b/src/hotstuff_client.cpp @@ -37,12 +37,10 @@ struct Request { rid(rid), cmd(cmd) { et.start(); } }; -std::unordered_map buffers; -std::unordered_map waiting; -MsgNetwork mn(eb, 10, 10, 4096); - std::unordered_map::conn_t> conns; +std::unordered_map waiting; std::vector replicas; +MsgNetwork mn(eb, 10, 10, 4096); void set_proposer(ReplicaID rid) { proposer = rid; -- cgit v1.2.3-70-g09d2