diff options
author | David Howells <dhowells@redhat.com> | 2018-10-15 11:31:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-15 22:52:58 -0700 |
commit | bc0e7cf43370a8e229224623f516c9b0396e08b9 (patch) | |
tree | 3e2c9ed630a0e37e2203e50460038040509119ef /net/rxrpc/ar-internal.h | |
parent | d275444cc36130313119777fefd077b7d575d040 (diff) |
rxrpc: Add /proc/net/rxrpc/peers to display peer list
Add /proc/net/rxrpc/peers to display the list of peers currently active.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r-- | net/rxrpc/ar-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index 8cee7644965c..0a7c49e8e053 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -1062,6 +1062,7 @@ void rxrpc_put_peer(struct rxrpc_peer *); */ extern const struct seq_operations rxrpc_call_seq_ops; extern const struct seq_operations rxrpc_connection_seq_ops; +extern const struct seq_operations rxrpc_peer_seq_ops; /* * recvmsg.c |