fib-entry.cpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
21 #include "fib-entry.hpp"
22 #include "logger.hpp"
23 
24 namespace nlsr {
25 
26 INIT_LOGGER("FibEntry");
27 
28 void
30 {
31  NLSR_LOG_DEBUG("Name Prefix: " << m_name);
32  NLSR_LOG_DEBUG("Seq No: " << m_seqNo);
33  m_nexthopList.writeLog();
34 }
35 
36 } // namespace nlsr
void writeLog()
Definition: fib-entry.cpp:29
#define NLSR_LOG_DEBUG(x)
Definition: logger.hpp:41
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California.
#define INIT_LOGGER(name)
Definition: logger.hpp:35
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.