Build break.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
using namespace pipedal;
|
using namespace pipedal;
|
||||||
P2pSettings::P2pSettings(const std::filesystem::path&configDirectoryPath, const std::filesystem::path&varDirectoryPath = "/var/pipedal/config")
|
P2pSettings::P2pSettings(const std::filesystem::path&configDirectoryPath, const std::filesystem::path&varDirectoryPath)
|
||||||
: configDirectoryPath(configDirectoryPath),
|
: configDirectoryPath(configDirectoryPath),
|
||||||
varDirectoryPath(varDirectoryPath)
|
varDirectoryPath(varDirectoryPath)
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,9 @@
|
|||||||
class P2pSettings {
|
class P2pSettings {
|
||||||
// adapter between nm p2p settings, and legacy p2p
|
// adapter between nm p2p settings, and legacy p2p
|
||||||
public:
|
public:
|
||||||
P2pSettings(const std::filesystem::path&configDirectory = "/etc/pipedal/config", const std::filesystem::path&varDirectory = "/var/pipedal/config");
|
P2pSettings(
|
||||||
|
const std::filesystem::path&configDirectory = "/etc/pipedal/config",
|
||||||
|
const std::filesystem::path&varDirectory = "/var/pipedal/config" );
|
||||||
|
|
||||||
void Load();
|
void Load();
|
||||||
void Save();
|
void Save();
|
||||||
|
|||||||
Reference in New Issue
Block a user