[Tarantool-patches] [PATCH 00/43] Unhide symbols

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Apr 14 04:15:46 MSK 2020


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<struct cord *>: 0x7fff6c0cf6f9'
...


More information about the Tarantool-patches mailing list