add field for statistics to exo_index
This commit is contained in:
parent
3c021a41cf
commit
3d24a458fb
@ -173,6 +173,7 @@ typedef struct index_t {
|
||||
CELL **key;
|
||||
CELL *cls;
|
||||
CELL *links;
|
||||
size_t size;
|
||||
yamop *code;
|
||||
} Index_t;
|
||||
|
||||
|
Reference in New Issue
Block a user