diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 0f3662002ffc..3bec751ee249 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -101,6 +101,8 @@ struct rpc_procinfo { | |||
101 | unsigned int p_bufsiz; /* req. buffer size */ | 101 | unsigned int p_bufsiz; /* req. buffer size */ |
102 | unsigned int p_count; /* call count */ | 102 | unsigned int p_count; /* call count */ |
103 | unsigned int p_timer; /* Which RTT timer to use */ | 103 | unsigned int p_timer; /* Which RTT timer to use */ |
104 | u32 p_statidx; /* Which procedure to account */ | ||
105 | char * p_name; /* name of procedure */ | ||
104 | }; | 106 | }; |
105 | 107 | ||
106 | #define RPC_CONGESTED(clnt) (RPCXPRT_CONGESTED((clnt)->cl_xprt)) | 108 | #define RPC_CONGESTED(clnt) (RPCXPRT_CONGESTED((clnt)->cl_xprt)) |