1
1

As this convertor is never used to pack/unpack data we dont need to create the internal

stack. Using -1 as starting position specify that the internal stack should not be created.

This commit was SVN r5839.
Этот коммит содержится в:
George Bosilca 2005-05-23 23:09:35 +00:00
родитель 3278545a34
Коммит 487c4b9c6e

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

@ -108,7 +108,7 @@ typedef struct mca_pml_base_send_request_t mca_pml_base_send_request_t;
(request)->req_base.req_datatype, \
(request)->req_base.req_count, \
(request)->req_base.req_addr, \
0, NULL ); \
-1, NULL ); \
ompi_convertor_get_packed_size( &(request)->req_convertor, \
(uint32_t*)&((request)->req_bytes_packed) );\
} else { \