summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-10-11 13:49:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-10-11 13:49:40 (GMT)
commit3fa119253b4bf22a4bbc21e8e36848c390e0d3f2 (patch)
treec19f55f8ddbc6b96e4171852c3d90178cbe4cb65 /test/h5test.h
parent6cef07c21a5cc1b0dc66dd1a0834ea69f175baa5 (diff)
downloadhdf5-3fa119253b4bf22a4bbc21e8e36848c390e0d3f2.zip
hdf5-3fa119253b4bf22a4bbc21e8e36848c390e0d3f2.tar.gz
hdf5-3fa119253b4bf22a4bbc21e8e36848c390e0d3f2.tar.bz2
[svn-r21513] Add HDprefix and change when pio_timer.h is included
Tested
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 465bb97..da5f422 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -80,7 +80,7 @@
*/
H5TEST_DLLVAR char *paraprefix;
#ifdef H5_HAVE_PARALLEL
-extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */
+H5TEST_DLLVAR MPI_Info h5_io_info_g; /* MPI INFO object for IO */
#endif
/*