commit | e08589f550a760e7a7e1e12e738b25fb0e69ea01 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Mar 19 17:13:52 2020 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Mar 19 17:24:15 2020 -0700 |
tree | 809308174e181b1b6188199e0afbcd277cfe1446 | |
parent | fa3605a7a2fc26fd9f87ba8109d3062bb5293da5 [diff] |
adb: extract syncmsg structs. Make it so that we can get the sizeof a member of syncmsg without having an instance of syncmsg or doing something awful along the lines of sizeof(reinterpret_cast<syncmsg*>(nullptr)->status). Test: m adb adbd Change-Id: I4830e7f90033c7706ff52cdd8d13e9cf40c73628