summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_message.h')
-rw-r--r--ipc/ipc_message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index 8268fce..a9ad9a4 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -223,6 +223,7 @@ class Message : public Pickle {
uint32 flags; // specifies control flags for the message
#if defined(OS_POSIX)
uint16 num_fds; // the number of descriptors included with this message
+ uint16 pad; // explicitly initialize this to appease valgrind
#endif
};
#pragma pack(pop)