mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11245
This commit is contained in:
parent
6835cdac20
commit
450c1737c3
|
@ -10798,3 +10798,10 @@ David 4 Oct 2006
|
|||
sched/
|
||||
sched_send.C
|
||||
server_types.C,h
|
||||
|
||||
David 4 Oct 2006
|
||||
- core client: initialize ACTIVE_TASK::too_large
|
||||
(eliminate spurious "waiting for memory" message)
|
||||
|
||||
client/
|
||||
app.C
|
||||
|
|
|
@ -98,6 +98,7 @@ ACTIVE_TASK::ACTIVE_TASK() {
|
|||
have_trickle_down = false;
|
||||
send_upload_file_status = false;
|
||||
pending_suspend_via_quit = false;
|
||||
too_large = false;
|
||||
want_network = 0;
|
||||
memset(&procinfo, 0, sizeof(procinfo));
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in New Issue