Function definition should use the correct type
Этот коммит содержится в:
родитель
06e49d0e92
Коммит
9d5135e6cd
@ -191,7 +191,7 @@ ORTE_DECLSPEC void orte_remove_attribute(opal_list_t *attributes, orte_attribute
|
|||||||
*
|
*
|
||||||
* Handlers will be invoked by orte_attr_key_to_str to return the appropriate value.
|
* Handlers will be invoked by orte_attr_key_to_str to return the appropriate value.
|
||||||
*/
|
*/
|
||||||
typedef char* (*orte_attr2str_fn_t)(int key);
|
typedef char* (*orte_attr2str_fn_t)(orte_attribute_key_t key);
|
||||||
|
|
||||||
ORTE_DECLSPEC int orte_attr_register(const char *project,
|
ORTE_DECLSPEC int orte_attr_register(const char *project,
|
||||||
orte_attribute_key_t key_base,
|
orte_attribute_key_t key_base,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user