diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-17 21:40:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-17 21:40:47 (GMT) |
commit | dddf167923a28c9cf65b05da565e1b7197b0cd37 (patch) | |
tree | 22baff78511c4926a372d57f4526d497d53a3057 /src/H5TBprivate.h | |
parent | 9aba174ba53c80e150ea5d3a40d46bfd14185554 (diff) | |
download | hdf5-dddf167923a28c9cf65b05da565e1b7197b0cd37.zip hdf5-dddf167923a28c9cf65b05da565e1b7197b0cd37.tar.gz hdf5-dddf167923a28c9cf65b05da565e1b7197b0cd37.tar.bz2 |
[svn-r6890] Purpose:
New feature
Description:
Added "fast comparison" code for hsize_t's, since they are used in th
raw data chunking I/O code now.
Platforms tested:
h5committested
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) |