]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e4df4ddecdb154ba0275ab55696fb31f6847ddd
tree34f4149168a50f126daf1686af27f3464bd94a5e
parent8986624d3c310afc65109a4ea328d270f4e940dd
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