From 6c23b85593600e96fba8c67e5fd21586bfafcb15 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 13 Jul 2015 01:10:48 -0700 Subject: add timeout to trans_get_wait_objs_rw --- sesman/chansrv/chansrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sesman') diff --git a/sesman/chansrv/chansrv.c b/sesman/chansrv/chansrv.c index 29e8c106..9752b7f3 100644 --- a/sesman/chansrv/chansrv.c +++ b/sesman/chansrv/chansrv.c @@ -1184,7 +1184,7 @@ channel_thread_loop(void *in_val) num_objs++; trans_get_wait_objs(g_lis_trans, objs, &num_objs); trans_get_wait_objs_rw(g_con_trans, objs, &num_objs, - wobjs, &num_wobjs); + wobjs, &num_wobjs, &timeout); trans_get_wait_objs(g_api_lis_trans, objs, &num_objs); if (g_api_con_trans_list != 0) -- cgit v1.2.3