Skip to content
Snippets Groups Projects
Commit fe2ee489 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix #1308: access_sysview.test.lua fails

parent 49109d4d
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@ ffi.cdef[[
box_iterator_free(box_iterator_t *itr);
/** \endcond public */
/** \cond public */
size_t
ssize_t
box_index_len(uint32_t space_id, uint32_t index_id);
size_t
ssize_t
box_index_bsize(uint32_t space_id, uint32_t index_id);
int
box_index_random(uint32_t space_id, uint32_t index_id, uint32_t rnd,
......
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