summaryrefslogtreecommitdiffstats
path: root/src/H5SMpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-03-12 15:28:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-03-12 15:28:54 (GMT)
commit8d91f0643b411da90476e2ac4fabca32b3045845 (patch)
tree56f07c385762ba8f9b43fc3ba6f9b4e691772ebb /src/H5SMpkg.h
parentc227f4ffa55010ea480773d9df9b68baba2b08e0 (diff)
downloadhdf5-8d91f0643b411da90476e2ac4fabca32b3045845.zip
hdf5-8d91f0643b411da90476e2ac4fabca32b3045845.tar.gz
hdf5-8d91f0643b411da90476e2ac4fabca32b3045845.tar.bz2
[svn-r13500] Description:
Roll changes to SOHM v2 B-tree records into format, to get the format for them stable while I'm working on debugging the actual support for the "unique, but sharable" feature. Tested on: FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5SMpkg.h')
-rwxr-xr-xsrc/H5SMpkg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5SMpkg.h b/src/H5SMpkg.h
index aab7eb3..13935ab 100755
--- a/src/H5SMpkg.h
+++ b/src/H5SMpkg.h
@@ -45,7 +45,8 @@
#define H5SM_TABLE_SIZEOF_MAGIC 4
#define H5SM_SIZEOF_CHECKSUM 4
-#define H5SM_SOHM_ENTRY_SIZE(f) (4 /* Hash value */ \
+#define H5SM_SOHM_ENTRY_SIZE(f) (1 /* "location" (unused right now) */ \
+ + 4 /* Hash value */ \
+ 4 /* reference count*/ \
+ sizeof(H5O_fheap_id_t)) /* size of heap ID on disk */