Reorder the enum in order to allow some compilers to optimize the big switch in
the header analisys. This commit was SVN r11975.
Этот коммит содержится в:
родитель
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;
|
||||
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user