diff options
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 90d7079e0aa9..19975d2ca9a2 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -476,6 +476,7 @@ enum rxrpc_call_flag {  	RXRPC_CALL_SEND_PING,		/* A ping will need to be sent */  	RXRPC_CALL_PINGING,		/* Ping in process */  	RXRPC_CALL_RETRANS_TIMEOUT,	/* Retransmission due to timeout occurred */ +	RXRPC_CALL_BEGAN_RX_TIMER,	/* We began the expect_rx_by timer */  };  /* |