summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_server.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-22 15:03:58 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-22 15:03:58 (GMT)
commit731f32d3b43169e8f06925f735a1a8d5a91baba2 (patch)
treefe41e300ccc23c3adc647b3532b142d5ed345395 /src/H5VLiod_server.c
parentf1e276e6c7ca5e36d5a907e117a962de9ef458d3 (diff)
downloadhdf5-731f32d3b43169e8f06925f735a1a8d5a91baba2.zip
hdf5-731f32d3b43169e8f06925f735a1a8d5a91baba2.tar.gz
hdf5-731f32d3b43169e8f06925f735a1a8d5a91baba2.tar.bz2
[svn-r23424] change to new handler receive routine
Diffstat (limited to 'src/H5VLiod_server.c')
-rw-r--r--src/H5VLiod_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_server.c b/src/H5VLiod_server.c
index 8746a59..c84785c 100644
--- a/src/H5VLiod_server.c
+++ b/src/H5VLiod_server.c
@@ -170,7 +170,7 @@ H5VLiod_start_handler(MPI_Comm comm, MPI_Info UNUSED info)
while(1) {
fprintf(stderr, "Server In Loop\n");
/* Receive new function calls */
- if(S_SUCCESS != fs_handler_receive())
+ if(S_SUCCESS != fs_handler_process(FS_HANDLER_MAX_IDLE_TIME))
return FAIL;
if(shutdown)
break;