]> asedeno.scripts.mit.edu Git - linux.git/commit
tipc: create TIPC_CONNECTING as a new sk_state
authorParthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com>
Tue, 1 Nov 2016 13:02:48 +0000 (14:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Nov 2016 15:53:26 +0000 (11:53 -0400)
commit99a20889816a653e192db23701b0fda00399b91f
tree5a00a77bc0ac71427e8271987acb496261e7e1d8
parent6f00089c7372ba9732c046fe242301dfb0a13233
tipc: create TIPC_CONNECTING as a new sk_state

In this commit, we create a new tipc socket state TIPC_CONNECTING
by primarily replacing the SS_CONNECTING with TIPC_CONNECTING.

There is no functional change in this commit.

Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.bhuvaragan@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c