commit | 7e9cab58e8e0b5e52af28145ffa70de329adc459 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Wed Jul 11 09:40:43 2012 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Jul 12 09:53:57 2012 -0400 |
tree | f8d2dd8f35ca4040a42968d3c11c609633088749 | |
parent | 48ee3569f31d91084dc694fef5517eb782428083 [diff] |
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>