X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Flibnfs-private.h;h=c6a8820f6bcae2b5e10e00f4c56fc7bf3e1194e0;hb=b077fdeb65aca9d9bc15fcd311372816d87dc213;hp=883745b5c7b11e60e9d360d2b57a39373ca205d1;hpb=485bc9b9a7a19d7cef7a4b0c4c919323f3011aa8;p=deb_libnfs.git diff --git a/include/libnfs-private.h b/include/libnfs-private.h index 883745b..c6a8820 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -75,7 +75,12 @@ void rpc_set_error(struct rpc_context *rpc, char *error_string, ...); void nfs_set_error(struct nfs_context *nfs, char *error_string, ...); struct rpc_context *nfs_get_rpc_context(struct nfs_context *nfs); +const char *nfs_get_server(struct nfs_context *nfs); +const char *nfs_get_export(struct nfs_context *nfs); /* we dont want to expose UDP to normal applications/users this is private to libnfs to use exclusively for broadcast RPC */ int rpc_bind_udp(struct rpc_context *rpc, char *addr, int port); +int rpc_set_udp_destination(struct rpc_context *rpc, char *addr, int port, int is_broadcast); struct rpc_context *rpc_init_udp_context(void); +struct sockaddr *rpc_get_recv_sockaddr(struct rpc_context *rpc); +