X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Flibnfs.c;h=5f23d4690a7f634573eb15d99e156947d3fbe12c;hb=df5af25fd2ce5f5da48fe0c35d8ea337725bd15a;hp=4b63a704ec9faf911bf5d1d407a7d61fd1bee240;hpb=7f0242ca9a109c6825646609b8eda0ce0b866b67;p=deb_libnfs.git diff --git a/lib/libnfs.c b/lib/libnfs.c index 4b63a70..5f23d46 100644 --- a/lib/libnfs.c +++ b/lib/libnfs.c @@ -3035,3 +3035,8 @@ int mount_getexports_async(struct rpc_context *rpc, const char *server, rpc_cb c return 0; } +struct rpc_context *nfs_get_rpc_context(struct nfs_context *nfs) +{ + return nfs->rpc; +} +