summaryrefslogtreecommitdiffstats
path: root/examples/h5ff_client_links.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-09 14:04:10 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-12-09 14:04:10 (GMT)
commitfc5113f2b1f39bc169e9a3d4de98d7cc6bff7c36 (patch)
tree0a9518eef413e6133cab09184e768f315a051044 /examples/h5ff_client_links.c
parent983a7c1c30efb526a51468736d1c5e1ef7b8152d (diff)
downloadhdf5-fc5113f2b1f39bc169e9a3d4de98d7cc6bff7c36.zip
hdf5-fc5113f2b1f39bc169e9a3d4de98d7cc6bff7c36.tar.gz
hdf5-fc5113f2b1f39bc169e9a3d4de98d7cc6bff7c36.tar.bz2
[svn-r24508] - bug fixes exposed with multiple servers.
- Add Barrier in file_close to have process 0 finish its close before others can proceed. - Add test for string attributes.
Diffstat (limited to 'examples/h5ff_client_links.c')
-rw-r--r--examples/h5ff_client_links.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5ff_client_links.c b/examples/h5ff_client_links.c
index 760fee3..e320246 100644
--- a/examples/h5ff_client_links.c
+++ b/examples/h5ff_client_links.c
@@ -255,7 +255,7 @@ int main(int argc, char **argv) {
/* closing the container also acts as a wait all on all pending requests
on the container. */
- assert(H5Fclose_ff(file_id, e_stack) == 0);
+ assert(H5Fclose_ff(file_id, H5_EVENT_STACK_NULL) == 0);
/* wait on all requests and print completion status */
H5ESget_count(e_stack, &num_events);