Fix a warning. Thanks to Jeff for noticing.
This should be moved to v1.3 as well. This commit was SVN r20101.
Этот коммит содержится в:
родитель
1ace83c470
Коммит
df75abd6b2
@ -78,7 +78,7 @@ enum ompi_crcp_base_pml_states_t {
|
||||
};
|
||||
typedef enum ompi_crcp_base_pml_states_t ompi_crcp_base_pml_states_t;
|
||||
|
||||
OMPI_DECLSPEC struct ompi_crcp_base_pml_state_t {
|
||||
struct ompi_crcp_base_pml_state_t {
|
||||
ompi_free_list_item_t super;
|
||||
ompi_crcp_base_pml_states_t state;
|
||||
int error_code;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user