lokinet/include/llarp/time.hpp

12 lines
139 B
C++
Raw Normal View History

2018-10-08 11:56:40 +00:00
#ifndef LLARP_TIME_HPP
#define LLARP_TIME_HPP
#include <chrono>
namespace llarp
{
typedef std::chrono::system_clock Clock_t;
}
#endif