lokinet/llarp/link_relay_down.cpp

11 lines
259 B
C++
Raw Normal View History

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