mirror of https://github.com/BOINC/boinc.git
- scheduler: initialize COPROC fields
svn path=/trunk/boinc/; revision=16891
This commit is contained in:
parent
9bca753fd5
commit
2cc81a97d5
|
@ -174,3 +174,9 @@ David 12 Jan 2009
|
|||
main.cpp
|
||||
sched_util.cpp,h
|
||||
server_types.cpp
|
||||
|
||||
David 12 Jan 2009
|
||||
- scheduler: initialize COPROC fields
|
||||
|
||||
lib/
|
||||
coproc.cpp
|
||||
|
|
|
@ -48,6 +48,8 @@ struct COPROC {
|
|||
strcpy(type, t);
|
||||
count = 0;
|
||||
used = 0;
|
||||
req_secs = 0;
|
||||
req_instances = 0;
|
||||
memset(&owner, 0, sizeof(owner));
|
||||
}
|
||||
virtual ~COPROC(){}
|
||||
|
|
Loading…
Reference in New Issue