0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn/time/now.hpp

15 lines
256 B
C++
Raw Normal View History

#ifndef OPENVPN_TIME_NOW_H
#define OPENVPN_TIME_NOW_H
2011-09-29 01:12:37 +02:00
#include <openvpn/time/time.hpp>
2011-09-29 01:12:37 +02:00
namespace openvpn {
namespace time {
2011-09-29 01:12:37 +02:00
2011-11-09 16:26:40 +01:00
volatile Time::base_type now = 0; /* GLOBAL */
} // namespace time
2011-09-29 01:12:37 +02:00
} // namespace openvpn
#endif // OPENVPN_TIME_NOW_H