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 27F4A4696C3 for ; Wed, 15 Apr 2020 10:27:44 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id u15so2569423ljd.3 for ; Wed, 15 Apr 2020 00:27:44 -0700 (PDT) Date: Wed, 15 Apr 2020 10:27:41 +0300 From: Cyrill Gorcunov Message-ID: <20200415072741.GJ3072@uranus> References: <20200414131910.GI3072@uranus> <20200415042123.k5nq2wcdx4xi52mj@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200415042123.k5nq2wcdx4xi52mj@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH 10/12] popen: add FIXME re group signal flaw List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org On Wed, Apr 15, 2020 at 07:21:23AM +0300, Alexander Turenko wrote: ... > @@ -597,6 +604,8 @@ popen_send_signal(struct popen_handle *handle, int signo) > * - Remove the handle from a living list. > * - Free all occupied memory. > * > + * @see popen_send_signal() for note about ..._GROUP_SIGNAL. > + * Acked-by: Cyrill Gorcunov