should probably build before committing...

pull/1116/head
Thomas Winget 4 years ago
parent 74d421ac2d
commit 145efaf0bb

@ -23,7 +23,7 @@ namespace llarp
namespace path
{
Path::Path(const std::vector< RouterContact >& h, PathSet* parent,
PathRole startingRoles, std::string& shortName)
PathRole startingRoles, std::string shortName)
: m_PathSet(parent), _role(startingRoles), m_shortName(std::move(shortName))
{

@ -100,7 +100,7 @@ namespace llarp
llarp_time_t buildStarted = 0;
Path(const std::vector< RouterContact >& routers, PathSet* parent,
PathRole startingRoles, std::string& shortName);
PathRole startingRoles, std::string shortName);
util::StatusObject
ExtractStatus() const;

Loading…
Cancel
Save