rxrpc: Fix timeout of a call that hasn't yet been granted a channel
[linux-2.6-microblaze.git] / net / rxrpc / ar-internal.h
index 67b0a89..5d44dc0 100644 (file)
@@ -616,6 +616,7 @@ struct rxrpc_call {
        unsigned long           expect_term_by; /* When we expect call termination by */
        u32                     next_rx_timo;   /* Timeout for next Rx packet (jif) */
        u32                     next_req_timo;  /* Timeout for next Rx request packet (jif) */
+       u32                     hard_timo;      /* Maximum lifetime or 0 (jif) */
        struct timer_list       timer;          /* Combined event timer */
        struct work_struct      destroyer;      /* In-process-context destroyer */
        rxrpc_notify_rx_t       notify_rx;      /* kernel service Rx notification function */