Re: [PATCH] net-netlink: Add a new attribute to expose TOS valuesvia netlink

From: Stephen Hemminger
Date: Mon Oct 10 2011 - 16:07:19 EST


On Mon, 10 Oct 2011 11:54:26 -0700
Muraliraja Muniraju <muralira@xxxxxxxxxx> wrote:

>
> +/* INET_DIAG_TOS */
> +
> +struct inet_diag_tos {
> + __u8 idiag_tos;
> + __u8 idiag_reserved[3];
> +};

No reserved bytes in netlink messages please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/