mirror of https://github.com/BOINC/boinc.git
MGR: CBOINCClientManager::IsBOINCCoreRunning() tests whether the Client process exists, rather than doing an RPC
svn path=/trunk/boinc/; revision=18132
This commit is contained in:
parent
6b0a9803c9
commit
f7dd7b1cbd
|
@ -42,9 +42,7 @@ public:
|
||||||
bool IsBOINCCoreRunning();
|
bool IsBOINCCoreRunning();
|
||||||
bool StartupBOINCCore();
|
bool StartupBOINCCore();
|
||||||
void ShutdownBOINCCore();
|
void ShutdownBOINCCore();
|
||||||
#ifndef __WXMSW__
|
|
||||||
bool ProcessExists(pid_t thePID);
|
bool ProcessExists(pid_t thePID);
|
||||||
#endif
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue