1
1

Minor fix -- receive 3 ints, not 2.

This commit was SVN r21077.
Этот коммит содержится в:
Jeff Squyres 2009-04-27 14:10:48 +00:00
родитель b661f160ba
Коммит fd1e9a6313

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

@ -99,7 +99,7 @@ static int send_command(int severity, int errcode, char *msg)
2 = exit status returned by waitpid() (only relevant if exited==1) */
if (ORTE_SUCCESS !=
(rc = orte_notifier_command_read_fd(mca_notifier_command_component.to_parent[0],
sizeof(int) * 2, csel))) {
sizeof(int) * 3, csel))) {
goto error;
}
/* Did the grandchild exit? */