summaryrefslogtreecommitdiffstats
path: root/tools/perform/iopipe.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-17 22:18:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-17 22:18:21 (GMT)
commit7697305e3bc1e5e317451d15a1a498706a372dbf (patch)
tree94fa3f341a45ccb6ec5a2ec553d5b27e56797b16 /tools/perform/iopipe.c
parented86880694a41fe57b3252c7b1388927ff9aee7c (diff)
downloadhdf5-7697305e3bc1e5e317451d15a1a498706a372dbf.zip
hdf5-7697305e3bc1e5e317451d15a1a498706a372dbf.tar.gz
hdf5-7697305e3bc1e5e317451d15a1a498706a372dbf.tar.bz2
Bring perform tools changes from develop
Diffstat (limited to 'tools/perform/iopipe.c')
-rw-r--r--tools/perform/iopipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perform/iopipe.c b/tools/perform/iopipe.c
index 2d9c44f..57c0d52 100644
--- a/tools/perform/iopipe.c
+++ b/tools/perform/iopipe.c
@@ -168,7 +168,7 @@ main (void)
static unsigned nread = NREAD_REQUESTS, nwrite = NWRITE_REQUESTS;
unsigned char *the_data = NULL;
- hid_t file, dset, file_space = -1;
+ hid_t file, dset, file_space = H5I_INVALID_HID;
herr_t status;
#ifdef H5_HAVE_GETRUSAGE
struct rusage r_start, r_stop;