1
1

vprotocol: remove the old output and use the framework output

This commit was SVN r28417.
Этот коммит содержится в:
Nathan Hjelm 2013-04-30 15:21:42 +00:00
родитель ceb4061214
Коммит b00de5be8b
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -21,7 +21,6 @@
BEGIN_C_DECLS
struct mca_pml_v_t {
int output;
size_t host_pml_req_recv_size;
size_t host_pml_req_send_size;
mca_pml_base_component_t host_pml_component;

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

@ -124,7 +124,7 @@ int mca_vprotocol_base_select(bool enable_progress_threads,
free(om);
}
mca_base_components_close(mca_pml_v.output,
mca_base_components_close(ompi_vprotocol_base_framework.framework_output,
&ompi_vprotocol_base_framework.framework_components,
(mca_base_component_t *) best_component);