variable is of type Time, not Timer.

This commit is contained in:
Mathieu Lacage
2010-07-08 09:38:33 +02:00
parent 648660175a
commit 4de0464482

View File

@@ -157,7 +157,7 @@ NdiscCache::Entry::Entry (NdiscCache* nd)
m_retransTimer(Timer::CANCEL_ON_DESTROY),
m_probeTimer(Timer::CANCEL_ON_DESTROY),
m_delayTimer(Timer::CANCEL_ON_DESTROY),
m_lastReachabilityConfirmation(Timer::CANCEL_ON_DESTROY),
m_lastReachabilityConfirmation(Seconds (0.0)),
m_nsRetransmit (0)
{
NS_LOG_FUNCTION_NOARGS ();