1
1
This commit was SVN r26025.
Этот коммит содержится в:
Nathan Hjelm 2012-02-23 16:29:45 +00:00
родитель c83fe003a0
Коммит d7cd95c802

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

@ -66,7 +66,7 @@ static inline int mca_btl_vader_fbox_sendi (struct mca_btl_base_endpoint_t *endp
unsigned char *fbox;
fbox = mca_btl_vader_reserve_fbox(endpoint->peer_smp_rank, header_size + payload_size);
if (OPALL_UNLIKELY(NULL == fbox)) {
if (OPAL_UNLIKELY(NULL == fbox)) {
return 0;
}