pull/1258/head
Jeff Becker 4 years ago
parent 635dc4fe13
commit 01cc2c86bf
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -20,10 +20,7 @@ namespace llarp
public dns::IQueryHandler, public dns::IQueryHandler,
public std::enable_shared_from_this<TunEndpoint> public std::enable_shared_from_this<TunEndpoint>
{ {
TunEndpoint( TunEndpoint(AbstractRouter* r, llarp::service::Context* parent, bool lazyVPN = false);
AbstractRouter* r,
llarp::service::Context* parent,
bool lazyVPN = false);
~TunEndpoint() override; ~TunEndpoint() override;
path::PathSet_ptr path::PathSet_ptr

@ -228,7 +228,7 @@ namespace llarp
bool bool
ExitEnabled() const ExitEnabled() const
{ {
return false; // FIXME - have to fix the FIXME because FIXME return false; // FIXME - have to fix the FIXME because FIXME
throw std::runtime_error("FIXME: this needs to be derived from config"); throw std::runtime_error("FIXME: this needs to be derived from config");
/* /*
// TODO: use equal_range ? // TODO: use equal_range ?

@ -7,7 +7,6 @@
namespace py = pybind11; namespace py = pybind11;
namespace llarp namespace llarp
{ {
void void

Loading…
Cancel
Save