Merge "make struct Event layout consistent on 32/64-bit"
This commit is contained in:
commit
27f8840f22
@ -49,7 +49,7 @@ public:
|
|||||||
struct Header {
|
struct Header {
|
||||||
uint32_t type;
|
uint32_t type;
|
||||||
uint32_t id;
|
uint32_t id;
|
||||||
nsecs_t timestamp;
|
nsecs_t timestamp __attribute__((aligned(8)));
|
||||||
};
|
};
|
||||||
|
|
||||||
struct VSync {
|
struct VSync {
|
||||||
|
Loading…
Reference in New Issue
Block a user