48c026ce6b
mca_btl_tcp_hdr_t struct and remove the need for the heterogeneous padding by changing the type of the "size" member to be uint32_t (vs. uint64_t). The value would never be greater than 32 bits anyway, so having the type be uint64_t was wasteful. This commit was SVN r14749.