commit | 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Thu Feb 15 10:40:50 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 16 15:26:34 2018 -0500 |
tree | b410be206ad34d2f4bc7f32bb9236d4d46141eb4 | |
parent | 5c45ab24ac77ea32eae7d3576cf37c3ddb259f80 [diff] |
tipc: separate topology server listener socket from subcsriber sockets We move the listener socket to struct tipc_server and give it its own work item. This makes it easier to follow the code, and entails some simplifications in the reception code in subscriber sockets. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>