mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-29 11:05:43 +00:00
11 lines
190 B
C++
11 lines
190 B
C++
#include <llarp/messages/path_latency.hpp>
|
|
|
|
namespace llarp
|
|
{
|
|
namespace routing
|
|
{
|
|
PathLatencyMessage::PathLatencyMessage()
|
|
{
|
|
}
|
|
} // namespace routing
|
|
} // namespace llarp
|