commit | 3227886c6500e76c17f3b864ff9b7dd84f636a99 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sat Jan 30 20:39:19 2016 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Feb 05 18:48:55 2016 -0500 |
tree | dec105f54a26d053cd9ba3ef0a233abd1b119a3d | |
parent | 9d61498d5f6cde68a708781bf2cd33cae21121dc [diff] |
SUNRPC: Add a helper to apply a function to all the rpc_clnt's transports Add a helper for tasks that require us to apply a function to all the transports in an rpc_clnt. An example of a usecase would be BIND_CONN_TO_SESSION, where we want to send one RPC call down each transport. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>