1
0
Fork 0

Use only 32bit indices in edge index.

This commit is contained in:
Max Neunhoeffer 2015-05-14 11:34:37 -07:00
parent ab0391dd03
commit f0a57a2d0f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
///
////////////////////////////////////////////////////////////////////////////////
typedef uint64_t TRI_multi_pointer_index_t;
typedef uint32_t TRI_multi_pointer_index_t;
#define TRI_MULTI_POINTER_INVALID_INDEX (((TRI_multi_pointer_index_t)0)-1)
typedef struct TRI_multi_pointer_entry_s {