aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svc.h')
-rw-r--r--include/linux/sunrpc/svc.h3
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 */
245struct svc_program { 245struct 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 */