From a3b416e9dc9cec409b362b080021b15aa7d6e2b5 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 1 Jun 2006 08:24:45 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10235 --- api/boinc_api.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/boinc_api.C b/api/boinc_api.C index bf20de5d17..6c55b48d46 100644 --- a/api/boinc_api.C +++ b/api/boinc_api.C @@ -369,7 +369,7 @@ static void send_trickle_up_msg() { // an "unrecoverable error", which will be reported back to server. // A zero exit-status tells the client we've successfully finished the result. // -// This function can be called from any thread. +// This function can be called from any thread. (Timer, Worker, and Graphics) // int boinc_finish(int status) { if (options.send_status_msgs) {