1
1

Fix compile problem from pmix merge

This commit was SVN r32626.
Этот коммит содержится в:
Howard Pritchard 2014-08-28 22:14:12 +00:00
родитель 51c73f116b
Коммит 2a12fd833d

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

@ -34,7 +34,7 @@ int opal_common_ugni_endpoint_for_proc (opal_common_ugni_device_t *dev, opal_pro
/* Receive the modex */
OPAL_MODEX_RECV(rc, &opal_common_ugni_component,
peer_proc, (void *) &modex, &msg_size);
peer_proc, &modex, &msg_size);
if (OPAL_UNLIKELY(OPAL_SUCCESS != rc)) {
OPAL_OUTPUT((-1, "btl/ugni error receiving modex"));
return rc;