* commit '3b1cb037eea56dba0d134c6858f8ddc0f9743ff8': make struct Event layout consistent on 32/64-bit
This commit is contained in:
commit
786e26a886
@ -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