1
1

properly set fields so that most difficult alignment rules are always met.

This commit was SVN r14854.
Этот коммит содержится в:
Brian Barrett 2007-06-05 01:46:04 +00:00
родитель beb6dd1924
Коммит 0798c0784d

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

@ -89,10 +89,8 @@ typedef struct ompi_osc_pt2pt_send_header_t ompi_osc_pt2pt_send_header_t;
struct ompi_osc_pt2pt_reply_header_t { struct ompi_osc_pt2pt_reply_header_t {
ompi_osc_pt2pt_base_header_t hdr_base; ompi_osc_pt2pt_base_header_t hdr_base;
ompi_ptr_t hdr_origin_sendreq;
int32_t hdr_target_tag; int32_t hdr_target_tag;
ompi_ptr_t hdr_origin_sendreq;
int32_t hdr_msg_length; int32_t hdr_msg_length;
}; };
typedef struct ompi_osc_pt2pt_reply_header_t ompi_osc_pt2pt_reply_header_t; typedef struct ompi_osc_pt2pt_reply_header_t ompi_osc_pt2pt_reply_header_t;