On Mon, Jul 22, 2013 at 05:15:53PM +0200, Philipp Zabel wrote:

> -     unsigned int mask_invert;
> -     unsigned int wake_invert;
> +     bool mask_invert;
> +     bool wake_invert;

Actually we should probably make these bitfields and convert the other
booleans to bitfields, sadly the C bool type is equivalent to an int not
a bitfield so is more wasteful.

You shouldn't have mixed this in with the documentation fix...

Attachment: signature.asc
Description: Digital signature

Reply via email to