Skip to content
Snippets Groups Projects
Commit 394baf96 authored by bigbes's avatar bigbes
Browse files

Fixing box_tuple_t and fiber_func redefenitions on CentOS 6

parent 34247cf1
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,6 @@ set(api_headers
${CMAKE_SOURCE_DIR}/src/box/error.h
${CMAKE_SOURCE_DIR}/src/box/lua/call.h
${CMAKE_SOURCE_DIR}/src/latch.h
${CMAKE_SOURCE_DIR}/src/fiber.h
)
rebuild_module_api(${api_headers})
......
......@@ -35,8 +35,9 @@
#include "key_def.h"
/** \cond public */
typedef struct tuple box_tuple_t;
/** \cond public */
/** A space iterator */
typedef struct iterator box_iterator_t;
......
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