From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 8FD31469719 for ; Thu, 20 Feb 2020 17:12:52 +0300 (MSK) Date: Thu, 20 Feb 2020 17:12:52 +0300 From: Nikita Pettik Message-ID: <20200220141252.GI40100@tarantool.org> References: <20200219183713.17646-1-gorcunov@gmail.com> <20200219183713.17646-4-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200219183713.17646-4-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 03/14] box/journal: sanitize completion naming List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml On 19 Feb 21:37, Cyrill Gorcunov wrote: > Instead of on_done use on_complete prefix > since done it too general while we're trying > to complete write procedue. Also it is more > consistent with txn_complete name. > > Acked-by: Konstantin Osipov > Signed-off-by: Cyrill Gorcunov > --- > src/box/journal.c | 8 ++++---- > src/box/journal.h | 12 ++++++------ > 2 files changed, 10 insertions(+), 10 deletions(-) > LGTM Btw why not to do the same with txn_entry_done_cb ?