Merge "make struct Event layout consistent on 32/64-bit"

This commit is contained in:
Greg Hackmann 2014-04-03 17:07:09 +00:00 committed by Gerrit Code Review
commit 27f8840f22
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
struct Header {
uint32_t type;
uint32_t id;
nsecs_t timestamp;
nsecs_t timestamp __attribute__((aligned(8)));
};
struct VSync {