author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Sat, 15 Dec 2007 11:58:14 +0100 | |
changeset 2281 | 1e9dd91f666f |
parent 2280 | cb07eb75d520 |
child 2282 | 6320b3a7f382 |
--- a/src/contrib/delay-jitter-estimation.cc Sat Dec 15 11:57:43 2007 +0100 +++ b/src/contrib/delay-jitter-estimation.cc Sat Dec 15 11:58:14 2007 +0100 @@ -73,7 +73,8 @@ DelayJitterEstimation::RecordRx (Ptr<const Packet> packet) { TimestampTag tag; - bool found = packet->PeekTag (tag); + bool found; + found = packet->PeekTag (tag); NS_ASSERT (found); tag.GetTxTime ();