]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc4995a84aa0a2a4935d5b4c3198a2d84732d6ec5
tree13941aa4eb7ce60d2cf07aab234dcfd2d29f7a07
parent4dac0453a0fb50aa9d401a148a9f28e772407cdb
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