libbgp
0.6
A C++ BGP Library.
src
realtime-clock.cc
Go to the documentation of this file.
1
11
#include "
realtime-clock.h
"
12
#include <time.h>
13
14
namespace
libbgp
{
15
16
uint64_t
RealtimeClock::getTime
()
const
{
17
return
time(NULL);
18
}
19
20
}
realtime-clock.h
A Clock implementation to use system time as time.
libbgp
Definition:
bgp-afi.h:14
libbgp::RealtimeClock::getTime
uint64_t getTime() const
Get the current time.
Definition:
realtime-clock.cc:16
Generated by
1.8.13