]> Zhao Yanbai Git Server - minix.git/commit
Add a compile-time check for IPC messages size 66/1166/4
authorLionel Sambuc <lionel@minix3.org>
Mon, 18 Nov 2013 14:18:18 +0000 (15:18 +0100)
committerLionel Sambuc <lionel@minix3.org>
Sun, 2 Mar 2014 11:28:31 +0000 (12:28 +0100)
commit5ae60510dce849444e54d70736b667fabbe2a46c
tree9dea09b5591c44b6e663bf4ec9fd8c675ea1e6b6
parent9a2e578a5cca840597e741f251dde5453f443ccd
Add a compile-time check for IPC messages size

This patch adds compile-time check for each message type to ensure the
size is within the IPC assumptions.

This will allow messages specific to a protocol to use from now on the
proper types for each fields, while preventing from any unsuspected
side effect when updating type definitions.

Change-Id: Iad64f81a6b6726321fbc492ac37ceeaaa57aa6cd
include/minix/ipc.h
include/minix/ipcconst.h