summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/iopipe.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-13 17:35:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-13 17:35:40 (GMT)
commit06f3c95c6ef68fdeff32569bc038ca3ba83b7aaa (patch)
treeb3cee1b654645e10d40a52474fd13cebeab0a9a9 /tools/test/perform/iopipe.c
parent281de962f5b4faae04bdada895ff1e39bec9d87c (diff)
downloadhdf5-06f3c95c6ef68fdeff32569bc038ca3ba83b7aaa.zip
hdf5-06f3c95c6ef68fdeff32569bc038ca3ba83b7aaa.tar.gz
hdf5-06f3c95c6ef68fdeff32569bc038ca3ba83b7aaa.tar.bz2
Merge tools changes from develop
Diffstat (limited to 'tools/test/perform/iopipe.c')
-rw-r--r--tools/test/perform/iopipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/iopipe.c b/tools/test/perform/iopipe.c
index 2d9c44f..57c0d52 100644
--- a/tools/test/perform/iopipe.c
+++ b/tools/test/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;