mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1176
This commit is contained in:
parent
3728935309
commit
032141578c
|
@ -532,7 +532,7 @@ bool CLIENT_STATE::do_something() {
|
||||||
|
|
||||||
print_log("Polling; active layers:\n");
|
print_log("Polling; active layers:\n");
|
||||||
net_stats.poll(*net_xfers);
|
net_stats.poll(*net_xfers);
|
||||||
ss_logic.poll();
|
ss_logic.poll();
|
||||||
if (activities_suspended) {
|
if (activities_suspended) {
|
||||||
print_log("None (suspended)\n");
|
print_log("None (suspended)\n");
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -107,9 +107,9 @@ int CLIENT_STATE::app_finished(ACTIVE_TASK& at) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Detach from shared memory. In Windows, this is the same as
|
// Detach from shared memory. In Windows, this is the same as
|
||||||
// destroying the shared mem since we're the last one attached
|
// destroying the shared mem since we're the last one attached
|
||||||
//
|
//
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if (at.app_client_shm.shm) {
|
if (at.app_client_shm.shm) {
|
||||||
detach_shmem(at.shm_handle, at.app_client_shm.shm);
|
detach_shmem(at.shm_handle, at.app_client_shm.shm);
|
||||||
|
|
2
todo
2
todo
|
@ -121,8 +121,6 @@ use https to secure login pages, do we care about authenticator
|
||||||
|
|
||||||
abort app if excess memory used
|
abort app if excess memory used
|
||||||
|
|
||||||
Astropulse memory leak on Linux/Solaris?
|
|
||||||
|
|
||||||
Windows 9x CPU time calculated incorrectly
|
Windows 9x CPU time calculated incorrectly
|
||||||
|
|
||||||
write docs for project management
|
write docs for project management
|
||||||
|
|
Loading…
Reference in New Issue