From 6f599dfe87e99ecba4c66c40d21ab7dff4739e3a Mon Sep 17 00:00:00 2001 From: Brian Boshes Date: Tue, 6 Jul 2004 17:23:23 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3786 --- client/client_state.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client_state.h b/client/client_state.h index c317e1a35a..4d59d51686 100644 --- a/client/client_state.h +++ b/client/client_state.h @@ -205,6 +205,7 @@ private: bool start_apps(); bool schedule_cpus(bool must_reschedule = false); bool handle_finished_apps(); + void handle_file_xfer_apps(); // --------------- cs_benchmark.C: public: