diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-10-11 13:49:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-10-11 13:49:40 (GMT) |
commit | 3fa119253b4bf22a4bbc21e8e36848c390e0d3f2 (patch) | |
tree | c19f55f8ddbc6b96e4171852c3d90178cbe4cb65 /test | |
parent | 6cef07c21a5cc1b0dc66dd1a0834ea69f175baa5 (diff) | |
download | hdf5-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')
-rw-r--r-- | test/h5test.h | 2 |
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 /* |