diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2009-07-20 21:57:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-23 20:58:19 -0400 |
commit | c1dc13e9d0bc35a8d85bf4238c48c1b627d48f35 (patch) | |
tree | 7bc3ecf8a72b1dc940f6cd676eb9bcfebfc2402e /include/net/phonet | |
parent | e8834a63bddf87f7b85955d1ba60d28343d88469 (diff) |
Phonet: sockets list through proc_fs
This provides a list of sockets with their Phonet bind addresses and
some socket debug informations through /proc/net/phonet.
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/phonet')
-rw-r--r-- | include/net/phonet/pn_dev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/phonet/pn_dev.h b/include/net/phonet/pn_dev.h index 29d126736611..44c923c9e21d 100644 --- a/include/net/phonet/pn_dev.h +++ b/include/net/phonet/pn_dev.h | |||
@@ -49,4 +49,6 @@ void phonet_address_notify(int event, struct net_device *dev, u8 addr); | |||
49 | 49 | ||
50 | #define PN_NO_ADDR 0xff | 50 | #define PN_NO_ADDR 0xff |
51 | 51 | ||
52 | extern const struct file_operations pn_sock_seq_fops; | ||
53 | |||
52 | #endif | 54 | #endif |