From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 19742469719 for ; Sat, 14 Nov 2020 01:42:53 +0300 (MSK) References: <20201106083724.508438-1-gorcunov@gmail.com> From: Vladislav Shpilevoy Message-ID: Date: Fri, 13 Nov 2020 23:42:52 +0100 MIME-Version: 1.0 In-Reply-To: <20201106083724.508438-1-gorcunov@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH] raft: use vclock_map_t for voting tracking List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml 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 #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 { /**