From a9b241622fa5b87da3140e03a0db7c15f39a48d4 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 26 Jun 2011 18:22:45 +1000 Subject: [PATCH] add a sockaddr_storage to the rpc context so we can store the socket a upd packet came in from --- include/libnfs-private.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- 2.34.1