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");
|
||||
net_stats.poll(*net_xfers);
|
||||
ss_logic.poll();
|
||||
ss_logic.poll();
|
||||
if (activities_suspended) {
|
||||
print_log("None (suspended)\n");
|
||||
} else {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue