Restructure files into namespaces and subdirectories

This commit is contained in:
Tyler Neely
2022-07-21 12:10:23 +00:00
parent 5b59d890c0
commit f8e5032011
16 changed files with 67 additions and 36 deletions

View File

@@ -11,7 +11,15 @@
#include <thread>
#include "io/v3/simulator.hpp"
#include "io/simulator/simulator.hpp"
using memgraph::io::Address;
using memgraph::io::Io;
using memgraph::io::ResponseFuture;
using memgraph::io::ResponseResult;
using memgraph::io::simulator::Simulator;
using memgraph::io::simulator::SimulatorConfig;
using memgraph::io::simulator::SimulatorTransport;
struct CounterRequest {
uint64_t proposal;