From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 A8196469719 for ; Tue, 10 Nov 2020 10:31:09 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id l10so13541096lji.4 for ; Mon, 09 Nov 2020 23:31:09 -0800 (PST) Date: Tue, 10 Nov 2020 10:31:06 +0300 From: Cyrill Gorcunov Message-ID: <20201110073106.GD2250@grain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 4/4] vclock: move to src/lib List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On Tue, Nov 10, 2020 at 12:58:54AM +0100, Vladislav Shpilevoy wrote: > Vclock is used in raft, which is going to be moved to src/lib. > That means vclock also should be moved there. > Ack