0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn/common/now.hpp
James Yonan b1b313ec28 Implemented new time system based on Time and Time::Duration,
with Asio integration using boost::asio::time_traits<openvpn::Time>.

Started reliable receive class (ReliableRecv).
2011-11-01 13:00:49 +00:00

13 lines
221 B
C++

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