missing variable declaration

svn path=/trunk/boinc/; revision=697
This commit is contained in:
Eric Heien 2002-12-06 19:42:40 +00:00
parent 06545dd13a
commit e5e38a9170
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ bool ACTIVE_TASK_SET::poll() {
LONGLONG totTime; LONGLONG totTime;
bool found = false; bool found = false;
for (i=0; i<active_tasks.size(); i++) { for (int i=0; i<active_tasks.size(); i++) {
atp = active_tasks[i]; atp = active_tasks[i];
if (GetExitCodeProcess(atp->pid_handle, &exit_code)) { if (GetExitCodeProcess(atp->pid_handle, &exit_code)) {
// Get the elapsed CPU time // Get the elapsed CPU time