commit | 2381d5d69b50b162501c68e623b852191885f370 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Apr 03 22:05:24 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 03 22:05:25 2017 +0000 |
tree | 842433d74d2a8d399824b56c892396bcae501f13 | |
parent | 6b9cc69839de9d4180608a0b5f8e68d363178ec8 [diff] | |
parent | db93348cb674bb93a117c0f7a140e2b76cfca5c6 [diff] |
Merge "Add getHashChain() to IBase."
diff --git a/base/include/hidl/HidlSupport.h b/base/include/hidl/HidlSupport.h index f6ce09b..a8eae8c 100644 --- a/base/include/hidl/HidlSupport.h +++ b/base/include/hidl/HidlSupport.h
@@ -123,8 +123,8 @@ private: void freeHandle(); - details::hidl_pointer<const native_handle_t> mHandle; - bool mOwnsHandle; + details::hidl_pointer<const native_handle_t> mHandle __attribute__ ((aligned(8))); + bool mOwnsHandle __attribute ((aligned(8))); }; struct hidl_string {