lokinet/llarp/link_relay_up.cpp

15 lines
280 B
C++
Raw Normal View History

2018-02-01 17:06:49 +00:00
#include "link_handlers.hpp"
namespace llarp
{
namespace frame
{
bool
process_relay_up(struct llarp_frame_handler* h,
struct llarp_link_session* s, llarp_buffer_t msg)
{
return false;
}
} // namespace frame
2018-02-01 17:07:01 +00:00
} // namespace llarp