The random number generator changes were incomplete (typo errors) in some places, and is missing the required declspec's for visibility.
cmr=v1.7.5:reviewer=jsquyres This commit was SVN r31053.
Этот коммит содержится в:
родитель
e70809e169
Коммит
ac421c931d
@ -1,7 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2014 Mellanox Technologies, Inc.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2014 Intel, Inc. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -25,8 +26,8 @@ struct opal_rng_buff_t {
|
||||
typedef struct opal_rng_buff_t opal_rng_buff_t;
|
||||
|
||||
|
||||
int opal_srand(opal_rng_buff_t *buff, uint32_t seed);
|
||||
OPAL_DECLSPEC int opal_srand(opal_rng_buff_t *buff, uint32_t seed);
|
||||
|
||||
uint32_t opal_rand(opal_rng_buff_t *buff);
|
||||
OPAL_DECLSPEC uint32_t opal_rand(opal_rng_buff_t *buff);
|
||||
|
||||
#endif /* OPAL_ALFG_H */
|
||||
|
@ -52,7 +52,7 @@ orte_sensor_ft_tester_component_t mca_sensor_ft_tester_component = {
|
||||
|
||||
static char *daemon_fail_prob = NULL;
|
||||
static char *fail_prob = NULL;
|
||||
opal_rng_buff_t orte_sensor_ft_sensor_rng_buff;
|
||||
opal_rng_buff_t orte_sensor_ft_rng_buff;
|
||||
|
||||
/**
|
||||
* component register/open/close/init function
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user