1
1

don't use BSD KQUEUE until this can be debugged

This commit was SVN r1914.
Этот коммит содержится в:
Tim Woodall 2004-08-05 21:37:34 +00:00
родитель f4ac830175
Коммит d4f42ec944

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

@ -88,6 +88,7 @@ extern const struct ompi_eventop ompi_win32ops;
/* In order of preference */
static const struct ompi_eventop *ompi_eventops[] = {
#if 0
#if HAVE_WORKING_KQUEUE
&ompi_kqops,
#endif
@ -97,6 +98,7 @@ static const struct ompi_eventop *ompi_eventops[] = {
#if HAVE_RTSIG
&ompi_rtsigops,
#endif
#endif
#if HAVE_POLL
&ompi_pollops,
#endif