am aa8dc146
: am 41e9ee24
: am feb539b6
: am e1a475c0
: Merge "Force alignment of data buffer used to process netlink messages"
* commit 'aa8dc14665003abbbeebed3b113c3083b3f342c7': Force alignment of data buffer used to process netlink messages
This commit is contained in:
commit
f73c009a3d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
class NetlinkEvent;
|
||||
|
||||
class NetlinkListener : public SocketListener {
|
||||
char mBuffer[64 * 1024];
|
||||
char mBuffer[64 * 1024] __attribute__((aligned(4)));
|
||||
int mFormat;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue