am 27f8840f: Merge "make struct Event layout consistent on 32/64-bit"

* commit '27f8840f228abfe5e2458a261ce5403871495a54':
  make struct Event layout consistent on 32/64-bit
This commit is contained in:
Greg Hackmann 2014-04-04 00:08:11 +00:00 committed by Android Git Automerger
commit 3b1cb037ee
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 {