summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_server.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-16 16:02:22 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-16 16:02:22 (GMT)
commit8ed1df3f85e60d6cdf2531700be90a8fdaceb1d5 (patch)
tree9e28d7c2aa1df5517c6098aa96c1d3cdd01949b1 /src/H5VLiod_server.c
parent0cba93e0a48754e5cd769178af0cf325fa670878 (diff)
downloadhdf5-8ed1df3f85e60d6cdf2531700be90a8fdaceb1d5.zip
hdf5-8ed1df3f85e60d6cdf2531700be90a8fdaceb1d5.tar.gz
hdf5-8ed1df3f85e60d6cdf2531700be90a8fdaceb1d5.tar.bz2
[svn-r23906] - update VOL metadata written on creates and read on opens.
- rename examples - fix some minor things
Diffstat (limited to 'src/H5VLiod_server.c')
-rw-r--r--src/H5VLiod_server.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5VLiod_server.c b/src/H5VLiod_server.c
index 7dcedfa..a3f29a1 100644
--- a/src/H5VLiod_server.c
+++ b/src/H5VLiod_server.c
@@ -178,9 +178,7 @@ H5VLiod_start_handler(MPI_Comm comm, MPI_Info UNUSED info)
/* Loop tp receive requests from clients */
while(1) {
- /* Receive new function calls */
- if(HG_SUCCESS != HG_Handler_process(HG_HANDLER_MAX_IDLE_TIME, HG_STATUS_IGNORE))
- return FAIL;
+ HG_Handler_process(0, HG_STATUS_IGNORE);
if(shutdown)
break;
}