diff options
author | Pavel Emelyanov <xemul@parallels.com> | 2011-12-29 19:53:32 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-30 16:42:19 -0500 |
commit | c0636faa539ec4205ec50e80844a5b0454b4bbaa (patch) | |
tree | 16af09a4c857a1ec45bf573e39c6b46fedbd103f /include/linux/inet_diag.h | |
parent | 5d2e5f274f9e9a06fb934dd45260e2616a9992e6 (diff) |
inet_diag: Add the SKMEMINFO extension
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/inet_diag.h')
-rw-r--r-- | include/linux/inet_diag.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h index afa5d5c74169..34e8d52c1925 100644 --- a/include/linux/inet_diag.h +++ b/include/linux/inet_diag.h | |||
@@ -108,9 +108,10 @@ enum { | |||
108 | INET_DIAG_CONG, | 108 | INET_DIAG_CONG, |
109 | INET_DIAG_TOS, | 109 | INET_DIAG_TOS, |
110 | INET_DIAG_TCLASS, | 110 | INET_DIAG_TCLASS, |
111 | INET_DIAG_SKMEMINFO, | ||
111 | }; | 112 | }; |
112 | 113 | ||
113 | #define INET_DIAG_MAX INET_DIAG_TCLASS | 114 | #define INET_DIAG_MAX INET_DIAG_SKMEMINFO |
114 | 115 | ||
115 | 116 | ||
116 | /* INET_DIAG_MEM */ | 117 | /* INET_DIAG_MEM */ |