From 2d0c44ced16348a883df7f9cd0c61693287bb26b Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 26 Jun 2011 18:29:49 +1000 Subject: [PATCH] add a sockaddr_storage so we can store the socket UPD packets 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 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; -- 2.34.1