don't use BSD KQUEUE until this can be debugged
This commit was SVN r1914.
Этот коммит содержится в:
родитель
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
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user