File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,10 @@ opal_event_base_t* mca_btl_tcp_event_base = NULL;
95
95
#if MCA_BTL_TCP_SUPPORT_PROGRESS_THREAD
96
96
int mca_btl_tcp_progress_thread_trigger = -1 ;
97
97
int mca_btl_tcp_pipe_to_progress [2 ] = { -1 , -1 };
98
- static opal_thread_t mca_btl_tcp_progress_thread ;
99
- opal_list_t mca_btl_tcp_ready_frag_pending_queue ;
100
- opal_mutex_t mca_btl_tcp_ready_frag_mutex ;
98
+ static opal_thread_t mca_btl_tcp_progress_thread = { { 0 } } ;
99
+ opal_list_t mca_btl_tcp_ready_frag_pending_queue = { { 0 } } ;
100
+ opal_mutex_t mca_btl_tcp_ready_frag_mutex = OPAL_MUTEX_STATIC_INIT ;
101
101
#endif /* MCA_BTL_TCP_SUPPORT_PROGRESS_THREAD */
102
- static char * mca_btl_tcp_if_seq_string ;
103
102
104
103
mca_btl_tcp_component_t mca_btl_tcp_component = {
105
104
.super = {
You can’t perform that action at this time.
0 commit comments