0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00
openvpn3/openvpn/common/now.hpp

13 lines
221 B
C++
Raw Normal View History

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