Commit cc3e8ce2 authored by Cesar Prados's avatar Cesar Prados Committed by Alessandro Rubini

pdelay/pp-inst: add ts for tx and rx of the sync msg, then

I will keep the t1..t4 for calculating the
peer path delay and these new are used only
for synchronization
Signed-off-by: Cesar Prados's avatarC.Prados <c.prados@gsi.de>
parent ff30407f
......@@ -154,7 +154,7 @@ struct pp_instance {
uint16_t peer_vid; /* Our peer's VID (for PROTO_VLAN) */
/* Times, for the various offset computations */
TimeInternal t1, t2, t3, t4; /* *the* stamps */
TimeInternal t1, t2, t3, t4, t5, t6; /* *the* stamps */
TimeInternal cField; /* transp. clocks */
TimeInternal last_rcv_time, last_snt_time; /* two temporaries */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment