summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/iopipe.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-20 19:47:20 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-20 19:47:47 (GMT)
commit0ccccc43c7745c2a062bf98bda19ffae47aca30f (patch)
treef9b2c743f73027d8668ea6ee8f28ee781c73a4d2 /tools/test/perform/iopipe.c
parent123a631c3a29f6940b574a7e162e07ae05d93122 (diff)
downloadhdf5-0ccccc43c7745c2a062bf98bda19ffae47aca30f.zip
hdf5-0ccccc43c7745c2a062bf98bda19ffae47aca30f.tar.gz
hdf5-0ccccc43c7745c2a062bf98bda19ffae47aca30f.tar.bz2
tools perform and hid_t init settings
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;