Skip to content

Commit 23d44a5

Browse files
committed
sensor/base: initialize orte_sensor_base global variable
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 59bcad5 commit 23d44a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

orte/mca/sensor/base/sensor_base_frame.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/*
33
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
44
* Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
5-
*
65
* Copyright (c) 2017 Intel, Inc. All rights reserved.
6+
* Copyright (c) 2017 Research Organization for Information Science
7+
* and Technology (RIST). All rights reserved.
78
* $COPYRIGHT$
89
*
910
* Additional copyrights may follow
@@ -43,7 +44,7 @@ orte_sensor_base_API_module_t orte_sensor = {
4344
orte_sensor_base_start,
4445
orte_sensor_base_stop
4546
};
46-
orte_sensor_base_t orte_sensor_base;
47+
orte_sensor_base_t orte_sensor_base = {{{0}}};
4748

4849
/*
4950
* Local variables

0 commit comments

Comments
 (0)