tipc: rename supported flag to recv_permitted
authorYing Xue <ying.xue@windriver.com>
Fri, 16 Nov 2012 05:51:30 +0000 (13:51 +0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 22 Nov 2012 12:50:51 +0000 (07:50 -0500)
commit389dd9bcf65e10929cedfeb79c49bd02069b8899
tree13941aa4eb7ce60d2cf07aab234dcfd2d29f7a07
parent818f4da526656a100c637b098be06316fd4624e4
tipc: rename supported flag to recv_permitted

Rename the "supported" flag in bclink structure to "recv_permitted"
to better reflect what it is used for. When this flag is set for a
given node, we are permitted to receive and acknowledge broadcast
messages from that node.  Convert it to a bool at the same time,
since it is not used to store any numerical values.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bcast.c
net/tipc/link.c
net/tipc/node.c
net/tipc/node.h