[PATCH] RPC: introduce client-side transport switch
[deliverable/linux.git] / net / sunrpc / sysctl.c
index 1b9616a12e245405427606c494941327664e52c6..ef483262f17f12da8f4ef7bb0a34f76ad2364c4d 100644 (file)
@@ -119,6 +119,9 @@ done:
        return 0;
 }
 
+unsigned int xprt_udp_slot_table_entries = RPC_DEF_SLOT_TABLE;
+unsigned int xprt_tcp_slot_table_entries = RPC_DEF_SLOT_TABLE;
+
 static unsigned int min_slot_table_size = RPC_MIN_SLOT_TABLE;
 static unsigned int max_slot_table_size = RPC_MAX_SLOT_TABLE;
 
This page took 0.036016 seconds and 5 git commands to generate.