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)
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>

No differences found