From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 629542BC63 for ; Thu, 11 Apr 2019 18:17:15 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id He5b208_Vmrp for ; Thu, 11 Apr 2019 18:17:15 -0400 (EDT) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 0EB7D29A00 for ; Thu, 11 Apr 2019 18:17:14 -0400 (EDT) Received: by mail-lf1-f44.google.com with SMTP id u21so5928524lfu.2 for ; Thu, 11 Apr 2019 15:17:14 -0700 (PDT) From: Cyrill Gorcunov Subject: [tarantool-patches] [PATCH 0/2] fiber: A few cleanups Date: Fri, 12 Apr 2019 01:17:07 +0300 Message-Id: <20190411221709.17340-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tml Cc: Cyrill Gorcunov While I'm researching fibers code I found a few things to cleanup: - dangling enum entry, which i think better to drop out - opencoded constants for fiber ids, which we should rather name with a meaning Take a look once time permit. Cyrill Gorcunov (2): fiber: Drop unused FIBER_CALL_STACK fiber: Define constants for reserved fids src/lib/core/fiber.c | 10 +++++----- src/lib/core/fiber.h | 12 +++++++++--- src/lib/core/say.c | 4 ++-- 3 files changed, 16 insertions(+), 10 deletions(-) -- 2.20.1