summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2018-12-05 16:45:54 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-01-08 17:24:00 (GMT)
commitb4d4d371a03158c39f120b1bde6c4bd51f1b2eb6 (patch)
treefd81974907db8ef81d681038d5795ea70827a1ef /src
parent1421059cfba7af05bb4a675820e9c5a6a73e77fe (diff)
downloadhdf5-b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6.zip
hdf5-b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6.tar.gz
hdf5-b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6.tar.bz2
HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.
Diffstat (limited to 'src')
-rw-r--r--src/H5Oint.c7
-rw-r--r--src/H5Pprivate.h1
-rw-r--r--src/H5private.h3
3 files changed, 2 insertions, 9 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c
index 2503eb7..d3a409c 100644
--- a/src/H5Oint.c
+++ b/src/H5Oint.c
@@ -125,12 +125,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
H5O_MSG_REFCOUNT, /*0x0016 Object's ref. count */
H5O_MSG_FSINFO, /*0x0017 Free-space manager info */
H5O_MSG_MDCI, /*0x0018 Metadata cache image */
- H5O_MSG_UNKNOWN, /*0x0019 Placeholder for unknown message */
-#ifdef H5O_ENABLE_BOGUS
- H5O_MSG_BOGUS_INVALID, /*0x001A "Bogus invalid" (for testing) */
-#else /* H5O_ENABLE_BOGUS */
- NULL, /*0x001A "Bogus invalid" (for testing) */
-#endif /* H5O_ENABLE_BOGUS */
+ H5O_MSG_UNKNOWN /*0x0019 Placeholder for unknown message */
};
/* Format version bounds for object header */
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h
index 7007635..866f088 100644
--- a/src/H5Pprivate.h
+++ b/src/H5Pprivate.h
@@ -44,6 +44,7 @@ typedef struct H5P_genplist_t H5P_genplist_t;
#define H5_COLL_MD_READ_FLAG_NAME "collective_metadata_read"
+
/****************************/
/* Library Private Typedefs */
/****************************/
diff --git a/src/H5private.h b/src/H5private.h
index a3056a4..f58faec 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -568,9 +568,6 @@
#define H5_PB (1024.0F * 1024.0F * 1024.0F * 1024.0F * 1024.0F)
#define H5_EB (1024.0F * 1024.0F * 1024.0F * 1024.0F * 1024.0F * 1024.0F)
-/* Define 2GB -- Used for 2GB limitation checks */
-#define H5_2GB (2.0F * 1024.0F * 1024.0F * 1024.0F)
-
#ifndef H5_HAVE_FLOCK
/* flock() operations. Used in the source so we have to define them when
* the call is not available (e.g.: Windows). These should NOT be used