1
1

The header is at the address of the buffer pointed to by the iov, not

the address of the iov.

This commit was SVN r16513.
Этот коммит содержится в:
Jeff Squyres 2007-10-19 12:40:14 +00:00
родитель abf1b728b9
Коммит 7ae9589d70

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

@ -340,7 +340,7 @@ rml_oob_queued_progress(int fd, short event, void *arg)
OPAL_THREAD_UNLOCK(&orte_rml_oob_module.queued_lock);
if (NULL == qmsg) break;
hdr = (orte_rml_oob_msg_header_t*) qmsg->payload;
hdr = (orte_rml_oob_msg_header_t*) qmsg->payload[0].iov_base;
origin = hdr->origin;
next = orte_routed.get_route(&hdr->destination);