1
1

* don't try to register callback at init time (will do at window creation time

anyway), so that we can run without ob1

This commit was SVN r9785.
Этот коммит содержится в:
Brian Barrett 2006-05-01 20:03:03 +00:00
родитель 8a16f844ec
Коммит 56f48357b3

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

@ -191,10 +191,6 @@ ompi_osc_pt2pt_component_init(bool enable_progress_threads,
OBJ_CLASS(ompi_osc_pt2pt_longreq_t), OBJ_CLASS(ompi_osc_pt2pt_longreq_t),
1, -1, 1); 1, -1, 1);
ret = mca_bml.bml_register(MCA_BTL_TAG_OSC_PT2PT,
ompi_osc_pt2pt_component_fragment_cb,
NULL);
return ret; return ret;
} }