add a sockaddr_storage so we can store the socket UPD packets came in from

libnfs-4.0.0-vitalif
Ronnie Sahlberg 2011-06-26 18:29:49 +10:00
parent 5911f3e8ab
commit 2d0c44ced1
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ struct rpc_context {
int encodebuflen;
struct rpc_pdu *outqueue;
struct sockaddr_storage udp_src;
struct rpc_pdu *waitpdu;
int inpos;