diff options
author | Pavel Emelyanov <xemul@parallels.com> | 2011-12-30 04:27:43 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-30 16:44:24 -0500 |
commit | 257b529876cb45ec791eaa89e3d2ee0d16b49383 (patch) | |
tree | a052a1d16ae992cbfa5234af0cbfcea3a6cff6d7 /include/linux/unix_diag.h | |
parent | c0636faa539ec4205ec50e80844a5b0454b4bbaa (diff) |
unix_diag: Add the MEMINFO extension
[ Fix indentation of sock_diag*() calls. -DaveM ]
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/unix_diag.h')
-rw-r--r-- | include/linux/unix_diag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/unix_diag.h b/include/linux/unix_diag.h index a5ce0f325745..93fdb782468a 100644 --- a/include/linux/unix_diag.h +++ b/include/linux/unix_diag.h | |||
@@ -18,6 +18,7 @@ struct unix_diag_req { | |||
18 | #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */ | 18 | #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */ |
19 | #define UDIAG_SHOW_ICONS 0x00000008 /* show pending connections */ | 19 | #define UDIAG_SHOW_ICONS 0x00000008 /* show pending connections */ |
20 | #define UDIAG_SHOW_RQLEN 0x00000010 /* show skb receive queue len */ | 20 | #define UDIAG_SHOW_RQLEN 0x00000010 /* show skb receive queue len */ |
21 | #define UDIAG_SHOW_MEMINFO 0x00000020 /* show memory info of a socket */ | ||
21 | 22 | ||
22 | struct unix_diag_msg { | 23 | struct unix_diag_msg { |
23 | __u8 udiag_family; | 24 | __u8 udiag_family; |
@@ -35,6 +36,7 @@ enum { | |||
35 | UNIX_DIAG_PEER, | 36 | UNIX_DIAG_PEER, |
36 | UNIX_DIAG_ICONS, | 37 | UNIX_DIAG_ICONS, |
37 | UNIX_DIAG_RQLEN, | 38 | UNIX_DIAG_RQLEN, |
39 | UNIX_DIAG_MEMINFO, | ||
38 | 40 | ||
39 | UNIX_DIAG_MAX, | 41 | UNIX_DIAG_MAX, |
40 | }; | 42 | }; |