add a sockaddr_storage to the rpc context so we can store the socket a upd packet...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 26 Jun 2011 08:22:45 +0000 (18:22 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 26 Jun 2011 08:22:45 +0000 (18:22 +1000)
include/libnfs-private.h

index d9c812c17f2b14006075befd7ec1c494288af0ab..9396d1a0d066facca9094b68d8c44f610b9359b0 100644 (file)
@@ -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;
 };