NLSR - Named Data Link State Routing Protocol 0.4.1 documentation
Main Page
Namespaces
Data Structures
Files
File List
Globals
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
(route.FibEntry);
27
28
void
29
FibEntry::writeLog
()
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
fib-entry.hpp
nlsr::FibEntry::writeLog
void writeLog()
Definition:
fib-entry.cpp:29
nlsr::NexthopList::writeLog
void writeLog()
Definition:
nexthop-list.cpp:110
NLSR_LOG_DEBUG
#define NLSR_LOG_DEBUG(x)
Definition:
logger.hpp:38
logger.hpp
Copyright (c) 2014-2018, The University of Memphis, Regents of the University of California.
INIT_LOGGER
#define INIT_LOGGER(name)
Definition:
logger.hpp:35
nlsr
Copyright (c) 2014-2018, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
Definition:
adjacency-list.cpp:30
src
route
fib-entry.cpp
Generated on Fri Feb 23 2018 07:49:01 for NLSR - Named Data Link State Routing Protocol by
1.8.11