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

15 lines
256 B
C++

#ifndef OPENVPN_TIME_NOW_H
#define OPENVPN_TIME_NOW_H
#include <openvpn/time/time.hpp>
namespace openvpn {
namespace time {
volatile Time::base_type now = 0; /* GLOBAL */
} // namespace time
} // namespace openvpn
#endif // OPENVPN_TIME_NOW_H