ns3-bgp  0.2
BGP module for ns-3.
bgp-ns3-clock.h
Go to the documentation of this file.
1 
11 #ifndef BGP_NS3_CLOCK
12 #define BGP_NS3_CLOCK
13 #include <libbgp/clock.h>
14 
15 namespace ns3 {
16 
21 class BgpNs3Clock : public libbgp::Clock {
22  uint64_t getTime() const;
23 };
24 
25 }
26 
27 #endif // BGP_NS3_CLOCK
The clock interface. See libbgp document.
Definition: bgp-ns3-clock.h:21
Definition: bgp-log.cc:15