This commit broke the trunk. George.
On Apr 30, 2013, at 17:21 , svn-commit-mai...@open-mpi.org wrote: > Author: hjelmn (Nathan Hjelm) > Date: 2013-04-30 11:21:42 EDT (Tue, 30 Apr 2013) > New Revision: 28417 > URL: https://svn.open-mpi.org/trac/ompi/changeset/28417 > > Log: > vprotocol: remove the old output and use the framework output > > Text files modified: > trunk/ompi/mca/vprotocol/base/base.h | 1 - > > trunk/ompi/mca/vprotocol/base/vprotocol_base_select.c | 2 +- > > 2 files changed, 1 insertions(+), 2 deletions(-) > > Modified: trunk/ompi/mca/vprotocol/base/base.h > ============================================================================== > --- trunk/ompi/mca/vprotocol/base/base.h Tue Apr 30 06:10:23 2013 > (r28416) > +++ trunk/ompi/mca/vprotocol/base/base.h 2013-04-30 11:21:42 EDT (Tue, > 30 Apr 2013) (r28417) > @@ -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; > > Modified: trunk/ompi/mca/vprotocol/base/vprotocol_base_select.c > ============================================================================== > --- trunk/ompi/mca/vprotocol/base/vprotocol_base_select.c Tue Apr 30 > 06:10:23 2013 (r28416) > +++ trunk/ompi/mca/vprotocol/base/vprotocol_base_select.c 2013-04-30 > 11:21:42 EDT (Tue, 30 Apr 2013) (r28417) > @@ -124,7 +124,7 @@ > 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); > > _______________________________________________ > svn mailing list > s...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/svn