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 ecc17dabec8f..7c7d10f2e0c1 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h | |||
@@ -601,6 +601,7 @@ struct rxrpc_call { | |||
601 | int debug_id; /* debug ID for printks */ | 601 | int debug_id; /* debug ID for printks */ |
602 | unsigned short rx_pkt_offset; /* Current recvmsg packet offset */ | 602 | unsigned short rx_pkt_offset; /* Current recvmsg packet offset */ |
603 | unsigned short rx_pkt_len; /* Current recvmsg packet len */ | 603 | unsigned short rx_pkt_len; /* Current recvmsg packet len */ |
604 | bool rx_pkt_last; /* Current recvmsg packet is last */ | ||
604 | 605 | ||
605 | /* Rx/Tx circular buffer, depending on phase. | 606 | /* Rx/Tx circular buffer, depending on phase. |
606 | * | 607 | * |