*** empty log message ***

svn path=/trunk/boinc/; revision=1176
This commit is contained in:
Eric Heien 2003-05-09 20:36:56 +00:00
parent 3728935309
commit 032141578c
3 changed files with 4 additions and 6 deletions

View File

@ -532,7 +532,7 @@ bool CLIENT_STATE::do_something() {
print_log("Polling; active layers:\n");
net_stats.poll(*net_xfers);
ss_logic.poll();
ss_logic.poll();
if (activities_suspended) {
print_log("None (suspended)\n");
} else {

View File

@ -107,9 +107,9 @@ int CLIENT_STATE::app_finished(ACTIVE_TASK& at) {
}
}
// Detach from shared memory. In Windows, this is the same as
// destroying the shared mem since we're the last one attached
//
// Detach from shared memory. In Windows, this is the same as
// destroying the shared mem since we're the last one attached
//
#ifdef _WIN32
if (at.app_client_shm.shm) {
detach_shmem(at.shm_handle, at.app_client_shm.shm);

2
todo
View File

@ -121,8 +121,6 @@ use https to secure login pages, do we care about authenticator
abort app if excess memory used
Astropulse memory leak on Linux/Solaris?
Windows 9x CPU time calculated incorrectly
write docs for project management