change the portmapper structure 'mapping' to 'pmap_mapping'
[deb_libnfs.git] / include / libnfs-private.h
index 9863b0cded8edf702cac2d7a4987e2d6fc3a11ca..2671a2bee138e1e1ee2d58980ce864782259ffb7 100644 (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;
@@ -41,6 +42,8 @@ struct rpc_context {
 
        /* special fields for UDP, which can sometimes be BROADCASTed */
        int is_udp;
+       struct sockaddr *udp_dest;
+       int is_broadcast;
 };
 
 struct rpc_pdu {