We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bcad5 commit 23d44a5Copy full SHA for 23d44a5
orte/mca/sensor/base/sensor_base_frame.c
@@ -2,8 +2,9 @@
2
/*
3
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
4
* Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
5
- *
6
* Copyright (c) 2017 Intel, Inc. All rights reserved.
+ * Copyright (c) 2017 Research Organization for Information Science
7
+ * and Technology (RIST). All rights reserved.
8
* $COPYRIGHT$
9
*
10
* Additional copyrights may follow
@@ -43,7 +44,7 @@ orte_sensor_base_API_module_t orte_sensor = {
43
44
orte_sensor_base_start,
45
orte_sensor_base_stop
46
};
-orte_sensor_base_t orte_sensor_base;
47
+orte_sensor_base_t orte_sensor_base = {{{0}}};
48
49
50
* Local variables
0 commit comments