summaryrefslogtreecommitdiffstats
path: root/src/H5Rpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-11-13 00:28:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-11-13 00:28:29 (GMT)
commit8f810273bb66f682f5c01d5694d5fde24dcf6200 (patch)
tree0e4c8c5df32e4c6c530b8e5633543d12d5416c09 /src/H5Rpublic.h
parente7f7a9ff2f911cba4902496ec156664589414998 (diff)
downloadhdf5-8f810273bb66f682f5c01d5694d5fde24dcf6200.zip
hdf5-8f810273bb66f682f5c01d5694d5fde24dcf6200.tar.gz
hdf5-8f810273bb66f682f5c01d5694d5fde24dcf6200.tar.bz2
[svn-r904] Fixed bug in H5dont_atexit.
Plugged a memory leak in the union of hyperslabs code. Checkpointing dataset region references, which are working, but not stored in file yet.
Diffstat (limited to 'src/H5Rpublic.h')
-rw-r--r--src/H5Rpublic.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h
index 7447694..c92d201 100644
--- a/src/H5Rpublic.h
+++ b/src/H5Rpublic.h
@@ -45,6 +45,14 @@ typedef struct {
unsigned long oid[2]; /* OID of object referenced */
} hobj_ref_t;
+/* Dataset Region reference structure for user's code */
+typedef struct {
+ unsigned long oid[2]; /* OID of object referenced */
+ unsigned long region[2]; /* heap ID of region in object */
+ unsigned long bsize; /* Memory buffer size */
+ unsigned char *buf; /* Serialized selection information */
+} hdset_reg_ref_t;
+
/* Publicly visible datastructures */
#ifdef __cplusplus