From: Ronnie Sahlberg Date: Sun, 26 Jun 2011 08:22:45 +0000 (+1000) Subject: add a sockaddr_storage to the rpc context so we can store the socket a upd packet... X-Git-Tag: upstream/1.9.6^2~380 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a9b241622fa5b87da3140e03a0db7c15f39a48d4;p=deb_libnfs.git add a sockaddr_storage to the rpc context so we can store the socket a upd packet came in from --- diff --git a/include/libnfs-private.h b/include/libnfs-private.h index d9c812c..9396d1a 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -41,6 +41,7 @@ struct rpc_context { /* special fields for UDP, which can sometimes be BROADCASTed */ int is_udp; + struct sockaddr *udp_dest; int is_broadcast; };