From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 2AE21469719 for ; Thu, 20 Feb 2020 17:11:15 +0300 (MSK) Date: Thu, 20 Feb 2020 17:11:14 +0300 From: Nikita Pettik Message-ID: <20200220141114.GH40100@tarantool.org> References: <20200219183713.17646-1-gorcunov@gmail.com> <20200219183713.17646-3-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200219183713.17646-3-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 02/14] box/journal: use plain int for return value 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: > We're returning int64_t with values 0 or -1 by now, > there is no need for such big return type, plain > integer is enough. > > Signed-off-by: Cyrill Gorcunov LGTM