*** empty log message ***

svn path=/trunk/boinc/; revision=10070
This commit is contained in:
David Anderson 2006-05-01 18:34:08 +00:00
parent d1eef2c6ca
commit fd1629ccd3
2 changed files with 7 additions and 0 deletions

View File

@ -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 {

View File

@ -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