mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3345
This commit is contained in:
parent
d722a966f1
commit
1251077e7d
|
@ -1,6 +1,6 @@
|
|||
#ifdef _WIN32
|
||||
extern int boinc_main_loop(int argc, char** argv);
|
||||
extern void quit_client();
|
||||
extern void susp_client();
|
||||
extern void suspend_client();
|
||||
extern void resume_client();
|
||||
#endif
|
||||
|
|
|
@ -144,7 +144,7 @@ VOID WINAPI service_ctrl(DWORD dwCtrlCode)
|
|||
//
|
||||
case SERVICE_CONTROL_PAUSE:
|
||||
ReportStatus(SERVICE_PAUSE_PENDING, ERROR_SUCCESS, 10000);
|
||||
susp_client();
|
||||
suspend_client();
|
||||
ReportStatus(SERVICE_PAUSED, ERROR_SUCCESS, 10000);
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue