]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: add ability to order and receive topology events in driver
authorJon Maloy <jon.maloy@ericsson.com>
Fri, 13 Oct 2017 09:04:17 +0000 (11:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Oct 2017 15:46:00 +0000 (08:46 -0700)
commit1283b46ef434ba12ac91b4210cd2a2691181c3f2
tree24f418f63c5e134c034579f2c01bc44278425d86
parent450ffa7c7878bd06c7b1e3136933da88ff950661
tipc: add ability to order and receive topology events in driver

As preparation for introducing communication groups, we add the ability
to issue topology subscriptions and receive topology events from kernel
space. This will make it possible for group member sockets to keep track
of other group members.

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/core.h
net/tipc/msg.h
net/tipc/server.c
net/tipc/server.h
net/tipc/socket.c