add field for statistics to exo_index

This commit is contained in:
Vitor Santos Costa 2013-01-23 10:43:32 +00:00
parent 3c021a41cf
commit 3d24a458fb
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ typedef struct index_t {
CELL **key;
CELL *cls;
CELL *links;
size_t size;
yamop *code;
} Index_t;