diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -180,10 +180,12 @@ jobnum++; // Advance the jobnumber for t } -/* - Status Report Generator: figures out how much of the job is done, where jobnum corresponds to the job number +/** + Status Report Generator: + -figures out how much of the job is done, where jobnum corresponds to the job number + -removes finished jobs - blendjobs_head is a pointer to a pointer because the head of the blendjobs linked list may need to be changed by blendjob_remove + @param blendjobs_head a pointer to a pointer because the head of the blendjobs linked list may need to be changed by blendjob_remove */ void status_report_generator(struct blendjob **blendjobs_head) {