1
1

Reorder the enum in order to allow some compilers to optimize the big switch in

the header analisys.

This commit was SVN r11975.
Этот коммит содержится в:
George Bosilca 2006-10-04 20:03:28 +00:00
родитель 4d18d208d4
Коммит e4df4285b1

Просмотреть файл

@ -106,11 +106,11 @@ struct mca_pml_endpoint_t;
typedef enum {
MCA_PML_BASE_SEND_STANDARD,
MCA_PML_BASE_SEND_BUFFERED,
MCA_PML_BASE_SEND_SYNCHRONOUS,
MCA_PML_BASE_SEND_COMPLETE,
MCA_PML_BASE_SEND_BUFFERED,
MCA_PML_BASE_SEND_READY,
MCA_PML_BASE_SEND_COMPLETE
MCA_PML_BASE_SEND_STANDARD
} mca_pml_base_send_mode_t;