1
1
Gilles Gouaillardet 184d53a018 oshmem: swap fields of oshmem_proc_data_t to prevent padding
previously, the definition was

struct oshmem_proc_data_t {
    int num_transports;
    char * transport_ids;
};

so in 64 bits arch, the compiler would very likely insert a 4 bytes
padding before the two fields in order to have transport_ids aligned
2016-09-01 14:20:14 +09:00
..
2015-12-02 12:49:19 +02:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-12-03 11:59:07 +02:00