has_task_exited only checks for the one and only process, not children. Note it's passing an actual PID, not 0.
On 11/11/09, Michael Melanson <[email protected]> wrote: > On 11-Nov-09, at 1:29 , David Anderson wrote: > >> I checked in this change; thanks. >> -- David > > > Hi David, > > Thanks for committing my change. I think you may have missed a spot > though, in ACTIVE_TASK::has_task_exited() here: > > > http://boinc.berkeley.edu/trac/browser/trunk/boinc/client/app_control.cpp?rev=19536#L169 > > > All the best, > > Michael > > > _______________________________________________ > 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. > -- Nicolas _______________________________________________ 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.
