lokinet/include/llarp/types.hpp

10 lines
191 B
C++
Raw Normal View History

2018-11-19 22:45:37 +00:00
#ifndef LLARP_TYPES_H
#define LLARP_TYPES_H
#include <cstdint>
using llarp_proto_version_t = std::uint8_t;
using llarp_time_t = std::uint64_t;
using llarp_seconds_t = std::uint64_t;
#endif