From 2ae460667b675bc3ac35df536e85c12f36814d24 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 26 Jun 2011 18:18:59 +1000 Subject: [PATCH] add a 'is broadcast' flag to the rpc context structure this is used for broadcast udp rpc calls (==pormatp/callit) --- include/libnfs-private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libnfs-private.h b/include/libnfs-private.h index 9863b0c..d9c812c 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; + int is_broadcast; }; struct rpc_pdu { -- 2.34.1