lokinet/llarp/routing/path_latency.cpp

11 lines
190 B
C++
Raw Normal View History

2018-06-23 00:00:44 +00:00
#include <llarp/messages/path_latency.hpp>
namespace llarp
{
namespace routing
{
PathLatencyMessage::PathLatencyMessage()
{
}
} // namespace routing
} // namespace llarp