From: Ronnie Sahlberg Date: Sun, 26 Jun 2011 08:29:49 +0000 (+1000) Subject: add a sockaddr_storage so we can store the socket UPD packets came in from X-Git-Tag: upstream/1.9.6^2~377 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2d0c44ced16348a883df7f9cd0c61693287bb26b;p=deb_libnfs.git add a sockaddr_storage so we can store the socket UPD packets came in from --- diff --git a/include/libnfs-private.h b/include/libnfs-private.h index 9396d1a..2671a2b 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -33,6 +33,7 @@ struct rpc_context { int encodebuflen; struct rpc_pdu *outqueue; + struct sockaddr_storage udp_src; struct rpc_pdu *waitpdu; int inpos;