diff options
Diffstat (limited to 'include/linux/sunrpc/svc.h')
-rw-r--r-- | include/linux/sunrpc/svc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 37003970cf2e..facb94488bb1 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
@@ -240,9 +240,10 @@ struct svc_deferred_req { | |||
240 | }; | 240 | }; |
241 | 241 | ||
242 | /* | 242 | /* |
243 | * RPC program | 243 | * List of RPC programs on the same transport endpoint |
244 | */ | 244 | */ |
245 | struct svc_program { | 245 | struct svc_program { |
246 | struct svc_program * pg_next; /* other programs (same xprt) */ | ||
246 | u32 pg_prog; /* program number */ | 247 | u32 pg_prog; /* program number */ |
247 | unsigned int pg_lovers; /* lowest version */ | 248 | unsigned int pg_lovers; /* lowest version */ |
248 | unsigned int pg_hivers; /* lowest version */ | 249 | unsigned int pg_hivers; /* lowest version */ |