1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/link_relay_down.cpp
2018-05-22 11:54:19 -04:00

14 lines
284 B
C++

#include "link_handlers.hpp"
namespace llarp
{
namespace frame
{
bool
process_relay_down(struct llarp_frame_handler* h,
struct llarp_link_session* s, llarp_buffer_t msg)
{
return false;
}
} // namespace frame
} // namespace llarp