1
1

Add the Solaris evport to the list of available event subsystems.

This commit was SVN r17958.
Этот коммит содержится в:
George Bosilca 2008-03-25 18:00:40 +00:00
родитель 763218e754
Коммит 6717b2dc75

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

@ -281,7 +281,7 @@ opal_event_init(void)
* - ...?
*/
mca_base_param_reg_string_name("opal", "event_include",
"Comma-delimited list of libevent subsystems to use (kqueue, devpoll, epoll, poll, select, and rtsig -- depending on your platform)",
"Comma-delimited list of libevent subsystems to use (kqueue, devpoll, epoll, poll, select, evport and rtsig -- depending on your platform)",
false, false,
#ifdef __APPLE__
"select",