tipc: Add support for "-s" configuration option

Provide initial support for displaying overall TIPC status/statistics
information at runtime.  Currently, only version info for the TIPC
kernel module is displayed.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Allan Stephens
2010-05-11 14:30:08 +00:00
committed by David S. Miller
parent 3aec9cc936
commit 107e7be628
4 changed files with 43 additions and 3 deletions

View File

@@ -59,6 +59,9 @@
#include <linux/slab.h>
#include <linux/vmalloc.h>
#define TIPC_MOD_VER "2.0.0"
/*
* TIPC sanity test macros
*/