Cleanup and stdin/stdout harness mode for controller.
This commit is contained in:
parent
77ce238457
commit
727ccb1125
4 changed files with 133 additions and 66 deletions
|
@ -145,12 +145,15 @@ public:
|
|||
throw();
|
||||
|
||||
private:
|
||||
bool _add(const nlohmann::json &j);
|
||||
bool _load(const std::string &p);
|
||||
void _recomputeSummaryInfo(const uint64_t networkId);
|
||||
std::string _genPath(const std::string &n,bool create);
|
||||
|
||||
std::string _basePath;
|
||||
InetAddress _httpAddr;
|
||||
int _rawInput,_rawOutput;
|
||||
Mutex _rawLock;
|
||||
|
||||
Thread _summaryThread;
|
||||
std::vector<uint64_t> _summaryThreadToDo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue