View | Details | Raw Unified | Return to bug 758
Collapse All | Expand All

(-)a/src/internet-stack/ndisc-cache.cc (+5 lines)
 Lines 151-156    Link Here 
151
  : m_ndCache (nd),
151
  : m_ndCache (nd),
152
  m_waiting (),
152
  m_waiting (),
153
  m_router (false),
153
  m_router (false),
154
	m_reachableTimer (Timer::CANCEL_ON_DESTROY),
155
	m_retransTimer(Timer::CANCEL_ON_DESTROY),
156
	m_probeTimer(Timer::CANCEL_ON_DESTROY),
157
	m_delayTimer(Timer::CANCEL_ON_DESTROY),
158
	m_lastReachabilityConfirmation(Timer::CANCEL_ON_DESTROY),
154
  m_nsRetransmit (0)
159
  m_nsRetransmit (0)
155
{
160
{
156
  NS_LOG_FUNCTION_NOARGS ();
161
  NS_LOG_FUNCTION_NOARGS ();

Return to bug 758