1
1
This commit was SVN r10851.
Этот коммит содержится в:
George Bosilca 2006-07-17 17:13:28 +00:00
родитель b2a9d15db6
Коммит 33a7634009
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -299,7 +299,7 @@ static void opal_show_stackframe (int signo, siginfo_t * info, void * p)
fprintf(stderr, "[%d] func:%s\n", i, messages[i]);
fflush(stderr);
}
#elif HAVE_PRINTSTACK
#elif defined(HAVE_PRINTSTACK)
printstack(fileno(stderr));
#endif

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

@ -420,7 +420,7 @@ static int mca_oob_tcp_listen_progress(void)
if (opal_list_get_size(&mca_oob_tcp_component.tcp_pending_connections)) {
opal_mutex_lock(&mca_oob_tcp_component.tcp_pending_connections_lock);
while (NULL != (item = (opal_list_item_t*)
while (NULL != (item = (mca_oob_tcp_pending_connection_t*)
opal_list_remove_first(&mca_oob_tcp_component.tcp_pending_connections))) {
/* setup socket options */