|
@@ -2539,6 +2539,7 @@ static struct rpc_xprt_ops xs_tcp_ops = {
|
|
static struct rpc_xprt_ops bc_tcp_ops = {
|
|
static struct rpc_xprt_ops bc_tcp_ops = {
|
|
.reserve_xprt = xprt_reserve_xprt,
|
|
.reserve_xprt = xprt_reserve_xprt,
|
|
.release_xprt = xprt_release_xprt,
|
|
.release_xprt = xprt_release_xprt,
|
|
|
|
+ .alloc_slot = xprt_alloc_slot,
|
|
.rpcbind = xs_local_rpcbind,
|
|
.rpcbind = xs_local_rpcbind,
|
|
.buf_alloc = bc_malloc,
|
|
.buf_alloc = bc_malloc,
|
|
.buf_free = bc_free,
|
|
.buf_free = bc_free,
|