OSDN Git Service

tipc: rename fields in struct tipc_link
authorJon Paul Maloy <jon.maloy@ericsson.com>
Thu, 14 May 2015 14:46:15 +0000 (10:46 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 May 2015 16:24:46 +0000 (12:24 -0400)
commita97b9d3fa9bce0d78dc83a14a9e1ebb3bf5cc414
tree34f4149168a50f126daf1686af27f3464bd94a5e
parente4bf4f76962b0869d1048ac6c52a46e7d90eb46f
tipc: rename fields in struct tipc_link

We rename some fields in struct tipc_link, in order to give them more
descriptive names:

next_in_no -> rcv_nxt
next_out_no-> snd_nxt
fsm_msg_cnt-> silent_intv_cnt
cont_intv  -> keepalive_intv
last_retransmitted -> last_retransm

There are no functional changes in this commit.

Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-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>
net/tipc/bcast.c
net/tipc/link.c
net/tipc/link.h