add a sync function to get the export list from a server and add an example of how...
[deb_libnfs.git] / lib / libnfs.c
index 4b63a704ec9faf911bf5d1d407a7d61fd1bee240..5f23d4690a7f634573eb15d99e156947d3fbe12c 100644 (file)
@@ -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;
+}
+