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 */
|
/* In order of preference */
|
||||||
static const struct ompi_eventop *ompi_eventops[] = {
|
static const struct ompi_eventop *ompi_eventops[] = {
|
||||||
|
#if 0
|
||||||
#if HAVE_WORKING_KQUEUE
|
#if HAVE_WORKING_KQUEUE
|
||||||
&ompi_kqops,
|
&ompi_kqops,
|
||||||
#endif
|
#endif
|
||||||
@ -97,6 +98,7 @@ static const struct ompi_eventop *ompi_eventops[] = {
|
|||||||
#if HAVE_RTSIG
|
#if HAVE_RTSIG
|
||||||
&ompi_rtsigops,
|
&ompi_rtsigops,
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#if HAVE_POLL
|
#if HAVE_POLL
|
||||||
&ompi_pollops,
|
&ompi_pollops,
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user