|
|
@ -53,6 +53,7 @@ namespace pEp { |
|
|
|
// Read-Write
|
|
|
|
static void setGlobalRootDir(const std::string& dir); |
|
|
|
static std::string getGlobalRootDir(); |
|
|
|
void setExecMode(ExecutionMode execMode); |
|
|
|
|
|
|
|
// Read-Only
|
|
|
|
std::string getPathShort() const; |
|
|
@ -113,9 +114,10 @@ namespace pEp { |
|
|
|
// Fields
|
|
|
|
// ------
|
|
|
|
static std::string _global_root_dir; |
|
|
|
int _procUnitNr; |
|
|
|
ExecutionMode _exec_mode; |
|
|
|
int _procUnitNr; |
|
|
|
static int _procUnitsCount; // will be increased in every constructor
|
|
|
|
|
|
|
|
// transport
|
|
|
|
std::shared_ptr<PityTransport> _transport; //only ever read via transport()
|
|
|
|
// TODO move endpoints into PityTransport
|
|
|
|