From: Ronnie Sahlberg Date: Sun, 26 Jun 2011 08:18:59 +0000 (+1000) Subject: add a 'is broadcast' flag to the rpc context structure X-Git-Tag: upstream/1.9.6^2~381 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2ae460667b675bc3ac35df536e85c12f36814d24;p=deb_libnfs.git add a 'is broadcast' flag to the rpc context structure this is used for broadcast udp rpc calls (==pormatp/callit) --- 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 {