File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ static void mca_btl_uct_endpoint_construct(mca_btl_uct_endpoint_t *endpoint)
24
24
memset (endpoint -> uct_eps , 0 ,
25
25
sizeof (endpoint -> uct_eps [0 ]) * mca_btl_uct_component .num_contexts_per_module );
26
26
endpoint -> conn_ep = NULL ;
27
- OBJ_CONSTRUCT (& endpoint -> ep_lock , opal_recursive_mutex_t );
27
+ OBJ_CONSTRUCT (& endpoint -> ep_lock , opal_mutex_t );
28
28
}
29
29
30
30
static void mca_btl_uct_endpoint_destruct (mca_btl_uct_endpoint_t * endpoint )
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ struct mca_btl_base_endpoint_t {
288
288
opal_proc_t * ep_proc ;
289
289
290
290
/** mutex to protect this structure */
291
- opal_recursive_mutex_t ep_lock ;
291
+ opal_mutex_t ep_lock ;
292
292
293
293
/** cached connection endpoint */
294
294
mca_btl_uct_connection_ep_t * conn_ep ;
You can’t perform that action at this time.
0 commit comments