From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 E5F70446439 for ; Wed, 7 Oct 2020 16:33:41 +0300 (MSK) Date: Wed, 7 Oct 2020 16:33:41 +0300 From: Kirill Yukhin Message-ID: <20201007133341.vwe2gwpaaxakoque@tarantool.org> References: <20201006185942.19266-1-skaplun@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201006185942.19266-1-skaplun@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] fiber: fix build for disabled fiber top List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Kaplun Cc: tarantool-patches@dev.tarantool.org, Alexander Turenko Hello, On 06 окт 21:59, Sergey Kaplun wrote: > In case when we build without `ENABLE_FIBER_TOP` neither > `struct fiber` contains `clock_stat` field nor `FIBER_TIME_RES` > constant is defined. > This patch adds corresponding ifdef directive to avoid compilation > errors. > --- > > Branch: https://github.com/tarantool/tarantool/tree/skaplun/gh-noticket-lua-fiber-fix-build-for-disabled-fiber-top I've checked your patch into 2.4, 2.5 and master. -- Regards, Kirill Yukhin