[Tarantool-patches] [PATCH] raft: use vclock_map_t for voting tracking

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Nov 14 01:42:52 MSK 2020


Hi! Thanks for the patch!

Applied the diff below and pushed to master and 2.6.

====================
--- a/src/box/raft.h
+++ b/src/box/raft.h
@@ -34,7 +34,7 @@
 #include <assert.h>
 #include "tarantool_ev.h"
 #include "trigger.h"
-#include "vclock.h"
+#include "vclock/vclock.h"
 
 #if defined(__cplusplus)
 extern "C" {
@@ -70,7 +70,6 @@ extern "C" {
 
 struct fiber;
 struct raft_request;
-struct vclock;
 
 enum raft_state {
 	/**


More information about the Tarantool-patches mailing list