You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/llarp/handlers/tun.hpp

15 lines
265 B
C++

#ifndef LLARP_HANDLERS_TUN_HPP
#define LLARP_HANDLERS_TUN_HPP
#include <llarp/service/handler.hpp>
namespace llarp
{
namespace handlers
{
struct TunHandler : public service::IDataHandler
{
};
} // namespace handlers
} // namespace llarp
#endif