# HG changeset patch # User ethanzonca # Date 2009-07-25 21:42:20 # Node ID 094f754ec4043738b81e099eae6ac5412fc4fdce # Parent 7ad28ca045a391573eba61314315bf50c4625da5 framefinderstuff diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -305,7 +305,8 @@ void frame_num_struct_builder(struct ble */ int frame_finder(struct blendjob *head, struct blendjob **job, struct frameset **frame) { - int your_frame; // your_frame is an interger value that will be given to the client as the frame number to render + int your_frame; // your_frame is an integer value that will be given to the client as the frame number to render + int your_job; // you_job is an integer value that must ALSO be given to the client unsigned short int found; unsigned short int priority;