From: Richard Alpe <richard.a...@ericsson.com> 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 <richard.a...@ericsson.com> > Acked-by: Jon Maloy <jon.ma...@ericsson.com> 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html