variable is of type Time, not Timer.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user