diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2010-05-11 16:30:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-05-13 08:02:23 +0200 |
commit | 107e7be628821dcb78c43adce0331e8ddb40eabd (patch) | |
tree | dba793bc4424134a380f58b6af17530440bdfb4f /net/tipc/core.h | |
parent | tipc: Rename "multicast-link" to "broadcast-link" (diff) | |
download | linux-107e7be628821dcb78c43adce0331e8ddb40eabd.tar.xz linux-107e7be628821dcb78c43adce0331e8ddb40eabd.zip |
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>
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index c58a1d16563a..1e149f55f3e2 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -59,6 +59,9 @@ #include <linux/slab.h> #include <linux/vmalloc.h> + +#define TIPC_MOD_VER "2.0.0" + /* * TIPC sanity test macros */ |