mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10070
This commit is contained in:
parent
d1eef2c6ca
commit
fd1629ccd3
|
@ -179,6 +179,7 @@ static int setup_shared_mem() {
|
|||
//
|
||||
static int boinc_worker_thread_cpu_time(double& cpu) {
|
||||
#ifdef _WIN32
|
||||
int retval;
|
||||
if (options.all_threads_cpu_time) {
|
||||
retval = boinc_process_cpu_time(cpu);
|
||||
} else {
|
||||
|
|
|
@ -4316,3 +4316,9 @@ David 1 May 2006
|
|||
|
||||
html/user/
|
||||
am_get_info.php
|
||||
|
||||
David 1 May 2006
|
||||
- API: win compile fix
|
||||
|
||||
api/
|
||||
boinc_api.C
|
||||
|
|
Loading…
Reference in New Issue