Update src/coordinator/coordinator_worker.hpp
Co-authored-by: Kostas Kyrimis <kostaskyrim@gmail.com>
This commit is contained in:
parent
8598f6edf4
commit
24864ff7d2
@ -108,7 +108,7 @@ class Queue {
|
||||
};
|
||||
|
||||
/// A CoordinatorWorker owns Raft<CoordinatorRsm> instances. receives messages from the MachineManager.
|
||||
template <class IoImpl>
|
||||
template <typename IoImpl>
|
||||
class CoordinatorWorker {
|
||||
io::Io<IoImpl> io_;
|
||||
Queue queue_;
|
||||
|
Loading…
Reference in New Issue
Block a user