From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 D96544696C3 for ; Tue, 14 Apr 2020 04:15:47 +0300 (MSK) Received: by smtp55.i.mail.ru with esmtpa (envelope-from ) id 1jOAB1-0001ZP-AV for tarantool-patches@dev.tarantool.org; Tue, 14 Apr 2020 04:15:47 +0300 From: Vladislav Shpilevoy References: Message-ID: <35886db2-4fc3-a365-4fd5-9211c8d92fc0@tarantool.org> Date: Tue, 14 Apr 2020 03:15:46 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 00/43] Unhide symbols List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org There was a concern from Kostja, that my commit exposes only functions, but Mons wants other symbols too, such as 'cord_ptr'. Just tried: tarantool> ffi.cdef[[ > struct cord; > extern struct cord *cord_ptr; > ]] --- ... tarantool> ffi.C.cord_ptr --- - 'cdata: 0x7fff6c0cf6f9' ...