- fixes & improvements to helper libraries
This commit is contained in:
@@ -14,6 +14,10 @@ public:
|
||||
std::function<void(const std::string& line)> line_callback,
|
||||
std::function<void(const std::string& reason)> finished_callback,
|
||||
bool& finish_flag);
|
||||
#if defined(TARGET_OSX) || defined(TARGET_LINUX)
|
||||
static pid_t findPid(const std::string& cmdline);
|
||||
static void killByPid(pid_t pid);
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user