tipc: Eliminate timestamp from link protocol messages
authorAllan Stephens <Allan.Stephens@windriver.com>
Sun, 27 Feb 2011 19:43:52 +0000 (14:43 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 13 Mar 2011 20:35:17 +0000 (16:35 -0400)
commite7b3acb6a85266dfd3e102b3d15b51b0ecd6bc2e
treed5ed172cc553ae9c9be9f0033b0f0ebe6e68a63b
parent34e46258cb9f53b41e8ffd2e9acd58e0cf64b158
tipc: Eliminate timestamp from link protocol messages

Removes support for the timestamp field of TIPC's link protocol messages.

This field was previously used to hold an OS-dependent timestamp value
that was used to assist in debugging early versions of TIPC. The field
has now been deemed unnecessary and has been removed from the latest TIPC
specification. This change has no impact on the operation of TIPC since
the field was set by TIPC, but never referenced.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.c
net/tipc/msg.c
net/tipc/msg.h