]> Pileus Git - ~andy/linux/commit
tipc: factor stats struct out of the larger link struct
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 11 Jul 2012 13:40:43 +0000 (09:40 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 12 Jul 2012 13:53:57 +0000 (09:53 -0400)
commit7e9cab58e8e0b5e52af28145ffa70de329adc459
treef8d2dd8f35ca4040a42968d3c11c609633088749
parent48ee3569f31d91084dc694fef5517eb782428083
tipc: factor stats struct out of the larger link struct

This is done to improve readability, and so that we can give
the struct a name that will allow us to declare a local
pointer to it in code, instead of having to always redirect
through the link struct to get to it.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.h