]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/clnt.h
SUNRPC: create API for getting remote peer address
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / clnt.h
index 2e68ac0aa0225a31ed78228e0a2df5177d664d3a..65196b03f0abe73d681ddc9472a81642375e469e 100644 (file)
@@ -123,6 +123,7 @@ void                rpc_setbufsize(struct rpc_clnt *, unsigned int, unsigned int);
 size_t         rpc_max_payload(struct rpc_clnt *);
 void           rpc_force_rebind(struct rpc_clnt *);
 int            rpc_ping(struct rpc_clnt *clnt, int flags);
+size_t         rpc_peeraddr(struct rpc_clnt *, struct sockaddr *, size_t);
 
 /*
  * Helper function for NFSroot support