1
1

Fix a warning. Thanks to Jeff for noticing.

This should be moved to v1.3 as well.

This commit was SVN r20101.
Этот коммит содержится в:
Josh Hursey 2008-12-10 15:38:12 +00:00
родитель 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;