mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2668
This commit is contained in:
parent
87eda8cad6
commit
eca6a9ce1b
|
@ -312,7 +312,7 @@ int boinc_worker_thread_cpu_time(double &cpu_t, double &ws_t) {
|
|||
}
|
||||
|
||||
int boinc_thread_cpu_time(double& cpu, double& ws) {
|
||||
return boinc_thread_cpu_time(cpu, ws);
|
||||
return boinc_worker_thread_cpu_time(cpu, ws);
|
||||
}
|
||||
#endif
|
||||
#endif // _WIN32
|
||||
|
|
|
@ -7747,3 +7747,11 @@ Karl 2003-11-21
|
|||
client/translation
|
||||
langauge.ini.de
|
||||
|
||||
Karl 2003-11-21
|
||||
- fixed recursive boinc_thread_cpu_time typo bug that resulted in loss of
|
||||
client app functionality (bug noticed by Nuno Ferreira
|
||||
<nuno.ferreira@graycell.biz>)
|
||||
|
||||
api/
|
||||
boinc_api.C
|
||||
|
||||
|
|
Loading…
Reference in New Issue