commit | eddae9292860d053988f791ae1a1498e38d5edee | [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 | b3641a60ed4c22338592b7b6839cfe0edc91e7f6 | |
parent | b962d6bee5a225a6bcd3e8da2f80951598bc98f6 [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