Daniel: boinc_fraction_done() only updates a variable; it doesn't send a message to the client. If you have options.send_status_msgs = false (like most wrappers) then the variable is not used, and boinc_fraction_done() has no effect.
boinc_report_app_status() sends a message to the client, which include fraction done as well as CPU times. Can you use this function? -- David On 13-Jan-2011 3:48 AM, Daniel Lombraña González wrote: > Dear all, > > I'm working on a wrapper and I'm trying to use boinc_fraction_done to > tell the GUI the progress. However, it seems like this function is not > working, while boinc_report_app_status does. Which is the difference > between them? The truth is that in the official wrapper code, the > employed function is report_app_status. Any help will be welcomed. > > Daniel > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
