1
1

hashed out the soon to be defunct mca_oob_.. types.

This commit was SVN r2104.
Этот коммит содержится в:
Graham Fagg 2004-08-12 23:46:18 +00:00
родитель 8852ada41d
Коммит 0bfa0d1f12
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -82,8 +82,8 @@ struct iovec send_msg2[3] = {{(void *) &msg_type_2, sizeof(msg_type_2)},
/* if we want the send/ recieve functions to do the packing for us,
* we have to provide an array that describes our data types
*/
mca_oob_base_type_t types[] = {MCA_OOB_BASE_INT32, MCA_OOB_BASE_BYTE,
MCA_OOB_BASE_INT32, MCA_OOB_BASE_INT16};
/* mca_oob_base_type_t types[] = {MCA_OOB_BASE_INT32, MCA_OOB_BASE_BYTE, */
/* MCA_OOB_BASE_INT32, MCA_OOB_BASE_INT16}; */
/* we'll pass the array an identical iovec */
uint32_t msg_type;

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

@ -36,8 +36,8 @@ struct iovec send_msg2[3] = {{(void *) &msg_type_2, sizeof(msg_type_2)},
/* if we want the send/ recieve functions to do the packing for us,
* we have to provide an array that describes our data types
*/
mca_oob_base_type_t types[] = {MCA_OOB_BASE_INT32, MCA_OOB_BASE_BYTE,
MCA_OOB_BASE_INT32, MCA_OOB_BASE_INT16};
/* mca_oob_base_type_t types[] = {MCA_OOB_BASE_INT32, MCA_OOB_BASE_BYTE, */
/* MCA_OOB_BASE_INT32, MCA_OOB_BASE_INT16}; */
/* we'll pass the array an identical iovec */
uint32_t msg_type;