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 E7C0A2C9C2 for ; Sat, 8 Jun 2019 10:10:22 -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 e9nfXIE355i1 for ; Sat, 8 Jun 2019 10:10:22 -0400 (EDT) Received: from smtp21.mail.ru (smtp21.mail.ru [94.100.179.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 3F0B02C99A for ; Sat, 8 Jun 2019 10:10:22 -0400 (EDT) Received: by smtp21.mail.ru with esmtpa (envelope-from ) id 1hZc2y-0002sy-AM for tarantool-patches@freelists.org; Sat, 08 Jun 2019 17:10:20 +0300 Date: Sat, 8 Jun 2019 17:09:27 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 1/1] swim: do not return raw member tt_uuid pointer Message-ID: <20190608140927.GF31327@atlas> References: <2945a5540305ff711c80ff6b80e42f3d95b840a8.1559506757.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2945a5540305ff711c80ff6b80e42f3d95b840a8.1559506757.git.v.shpilevoy@tarantool.org> 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: tarantool-patches@freelists.org * Vladislav Shpilevoy [19/06/03 14:34]: > When a member is deleted, pointer at its struct tt_uuid becomes > invalid. This commit makes member:uuid() create a new tt_uuid > object, cached for subsequent calls. lgtm. -- Konstantin Osipov, Moscow, Russia