File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212 * Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved
1313 * Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
1414 * Copyright (c) 2017 Intel, Inc. All rights reserved.
15+ * Copyright (c) 2017 Research Organization for Information Science
16+ * and Technology (RIST). All rights reserved.
1517 * $COPYRIGHT$
1618 *
1719 * Additional copyrights may follow
@@ -51,7 +53,7 @@ int orte_ess_base_std_buffering = -1;
5153int orte_ess_base_num_procs = -1 ;
5254char * orte_ess_base_jobid = NULL ;
5355char * orte_ess_base_vpid = NULL ;
54- opal_list_t orte_ess_base_signals = {0 };
56+ opal_list_t orte_ess_base_signals = {{ 0 } };
5557
5658static mca_base_var_enum_value_t stream_buffering_values [] = {
5759 {-1 , "default" },
You can’t perform that action at this time.
0 commit comments