mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
align on cacheline granularity
This commit is contained in:
parent
9af2e26655
commit
482be0ebbb
1 changed files with 1 additions and 1 deletions
|
@ -81,6 +81,6 @@ struct msg
|
|||
float f; /**< Floating point values (note msg::endian) */
|
||||
uint32_t i; /**< Integer values (note msg::endian) */
|
||||
} data[MSG_VALUES];
|
||||
} __attribute__((aligned(4), packed));
|
||||
} __attribute__((aligned(64), packed));
|
||||
|
||||
#endif /* _MSG_FORMAT_H_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue