1
1

Use the new MCA metadata flag instead of 'false' for the newly added components

This commit was SVN r15400.
Этот коммит содержится в:
Josh Hursey 2007-07-13 14:39:17 +00:00
родитель ec79f264a6
Коммит 021249fa65
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -56,8 +56,8 @@ mca_btl_elan_component_t mca_btl_elan_component = {
/* Next the MCA v1.0.0 component meta data */
{
/* Whether the component is checkpointable or not */
false
/* The component is not checkpoint ready */
MCA_BASE_METADATA_PARAM_NONE
},
mca_btl_elan_component_init,

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

@ -58,8 +58,8 @@ mca_btl_ud_component_t mca_btl_ofud_component = {
/* Next the MCA v1.0.0 component meta data */
{
/* Whether the component is checkpointable or not */
false
/* The component is not checkpoint ready */
MCA_BASE_METADATA_PARAM_NONE
},
mca_btl_ud_component_init,