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

* commit '3b1cb037eea56dba0d134c6858f8ddc0f9743ff8':
  make struct Event layout consistent on 32/64-bit
This commit is contained in:
Greg Hackmann 2014-04-04 01:53:51 +00:00 committed by Android Git Automerger
commit 786e26a886
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 {