Skip to content
Snippets Groups Projects
Commit 70e99323 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

swim: allow to use cdata struct tt_uuid in Lua API

Sometimes, especially in tests, it is useful to make something
like this:

    s:add_member({uuid = member:uuid(), uri = member:uri()})

But member:uuid() is cdata struct tt_uuid. This commit allows
that.

Part of #3234
parent 248f2425
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment