From 1d717c6fccf07dc9d855e068d9c3ad2c13d393f5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 2 Jul 2012 04:45:19 +0000 Subject: [PATCH] - client: msg tweak svn path=/trunk/boinc/; revision=25829 --- client/work_fetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/work_fetch.h b/client/work_fetch.h index f646959eae..8510aa2c28 100644 --- a/client/work_fetch.h +++ b/client/work_fetch.h @@ -264,7 +264,7 @@ struct PROJECT_WORK_FETCH { // temporary copy used during schedule_cpus() and work fetch double rec_temp_save; // temporary used during RR simulation - bool cant_fetch_work_reason; + int cant_fetch_work_reason; bool compute_cant_fetch_work_reason(PROJECT*); bool has_runnable_jobs; PROJECT_WORK_FETCH() {