diff --git a/src/server/distrenjob.h b/src/server/distrenjob.h --- a/src/server/distrenjob.h +++ b/src/server/distrenjob.h @@ -49,7 +49,8 @@ struct distrenjob { short int hibernate; int prev_frame_index; // the position in the array of the last frame that was assigned time_t total_render_time; // total seconds of time spent on all the completed frames - char *output_format; /*< currently is the file extention of the request output format. @todo make this mime-type based/not a string */ + char *output_format; /*< currently is the file extension of the request output format. @todo make this mime-type based/not a string */ + unsigned long int assigned_render_power; struct frameset *frameset; };