From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0823B469719 for ; Fri, 2 Oct 2020 01:36:51 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id y4so200372ljk.8 for ; Thu, 01 Oct 2020 15:36:50 -0700 (PDT) Date: Fri, 2 Oct 2020 01:36:48 +0300 From: Cyrill Gorcunov Message-ID: <20201001223648.GA2069@grain> References: <20200930133205.183202-1-gorcunov@gmail.com> <127f768d-9119-e083-210a-33cdac8af115@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <127f768d-9119-e083-210a-33cdac8af115@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] box/raft: fix compilation issue List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tml On Fri, Oct 02, 2020 at 12:14:17AM +0200, Vladislav Shpilevoy wrote: > Hi! Thanks for the patch! > > Unfortunately, the patch is already pushed, but for the > future - we don't have box/raft subsystem. We have just raft. > In the near future raft and box/raft will be two different > things, so better stick to the right naming. Sure! Sorry, didn't know in first place.