diff options
Diffstat (limited to 'include/net/af_rxrpc.h')
| -rw-r--r-- | include/net/af_rxrpc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/net/af_rxrpc.h b/include/net/af_rxrpc.h index 04e97bab6f28..ab988940bf04 100644 --- a/include/net/af_rxrpc.h +++ b/include/net/af_rxrpc.h @@ -59,7 +59,7 @@ bool rxrpc_kernel_abort_call(struct socket *, struct rxrpc_call *,  void rxrpc_kernel_end_call(struct socket *, struct rxrpc_call *);  void rxrpc_kernel_get_peer(struct socket *, struct rxrpc_call *,  			   struct sockaddr_rxrpc *); -u64 rxrpc_kernel_get_rtt(struct socket *, struct rxrpc_call *); +u32 rxrpc_kernel_get_srtt(struct socket *, struct rxrpc_call *);  int rxrpc_kernel_charge_accept(struct socket *, rxrpc_notify_rx_t,  			       rxrpc_user_attach_call_t, unsigned long, gfp_t,  			       unsigned int); |