#ifndef LLARP_PATHFINDER_HPP_ #define LLARP_PATHFINDER_HPP_ #include struct llarp_pathbuilder_context { struct llarp_router* router; struct llarp_dht_context* dht; /// copy cstr llarp_pathbuilder_context(llarp_router* p_router, struct llarp_dht_context* p_dht); }; #endif