diff options
Diffstat (limited to 'src/H5TBprivate.h')
-rw-r--r-- | src/H5TBprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5TBprivate.h b/src/H5TBprivate.h index 665f3eb..25d46ea 100644 --- a/src/H5TBprivate.h +++ b/src/H5TBprivate.h @@ -100,6 +100,7 @@ typedef struct H5TB_tree #define H5TB_FAST_HADDR_COMPARE 1 #define H5TB_FAST_INTN_COMPARE 2 #define H5TB_FAST_STR_COMPARE 3 +#define H5TB_FAST_HSIZE_COMPARE 4 /* Define an access macro for getting a node's data */ #define H5TB_NODE_DATA(n) ((n)->data) |