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 12
12
* Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved
13
13
* Copyright (c) 2012 Oak Ridge National Labs. All rights reserved.
14
14
* Copyright (c) 2017 Intel, Inc. All rights reserved.
15
+ * Copyright (c) 2017 Research Organization for Information Science
16
+ * and Technology (RIST). All rights reserved.
15
17
* $COPYRIGHT$
16
18
*
17
19
* Additional copyrights may follow
@@ -51,7 +53,7 @@ int orte_ess_base_std_buffering = -1;
51
53
int orte_ess_base_num_procs = -1 ;
52
54
char * orte_ess_base_jobid = NULL ;
53
55
char * orte_ess_base_vpid = NULL ;
54
- opal_list_t orte_ess_base_signals = {0 };
56
+ opal_list_t orte_ess_base_signals = {{ 0 } };
55
57
56
58
static mca_base_var_enum_value_t stream_buffering_values [] = {
57
59
{-1 , "default" },
You can’t perform that action at this time.
0 commit comments