You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/llarp/time.hpp

13 lines
140 B
C++

#ifndef LLARP_TIME_HPP
#define LLARP_TIME_HPP
#include <chrono>
namespace llarp
{
typedef std::chrono::system_clock Clock_t;
}
#endif