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

(-)a/src/olsr/model/olsr-routing-protocol.cc (-2 / +1 lines)
 Lines 3314-3322    Link Here 
3314
void
3314
void
3315
RoutingProtocol::Dump (void)
3315
RoutingProtocol::Dump (void)
3316
{
3316
{
3317
#ifdef NS3_LOG_ENABLE
3317
  Time now = Simulator::Now ();
3318
  Time now = Simulator::Now ();
3318
3319
#ifdef NS3_LOG_ENABLE
3320
  NS_LOG_DEBUG ("Dumping for node with main address " << m_mainAddress);
3319
  NS_LOG_DEBUG ("Dumping for node with main address " << m_mainAddress);
3321
  NS_LOG_DEBUG (" Neighbor set");
3320
  NS_LOG_DEBUG (" Neighbor set");
3322
  for (NeighborSet::const_iterator iter = m_state.GetNeighbors ().begin ();
3321
  for (NeighborSet::const_iterator iter = m_state.GetNeighbors ().begin ();

Return to bug 1158