ns3-bgp  0.2
BGP module for ns-3.
bgp-ns3-clock.cc
Go to the documentation of this file.
1 
11 #include "bgp-ns3-clock.h"
12 #include "ns3/simulator.h"
13 
14 namespace ns3 {
15 
21 uint64_t BgpNs3Clock::getTime() const {
22  return (uint64_t) Simulator::Now().GetSeconds();
23 }
24 
25 }
libbgp Clock interface for ns3.
Definition: bgp-log.cc:15