From: Richard Alpe <[email protected]> Date: Tue, 5 Jan 2016 10:56:16 +0100
> Make the c files less cluttered and enable netlink attributes to be > shared between files. This will prove useful in a future patch where a > node message will contain a nested network. > > Signed-off-by: Richard Alpe <[email protected]> > Acked-by: Jon Maloy <[email protected]> netlink.h is included by more than one file, which means the tables (might) be instantiated multiple times. I'd really recommend not putting such tables in a header file that is used in this way. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
