Changeset - 2b1a28fcfb31
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-14 19:51:04

frame_finder needs to return a job number, too! FIXME
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -231,6 +231,7 @@ void frame_num_struct_builder(struct ble
 

	
 

	
 
// Frame Assigner: matches your computer up with a lovely frame to render
 
// Major issue here, the client needs to know the frame number, AND the job number!
 
int frame_finder(){
 
	int your_frame = 0;  // your_frame is an interger value that will be given to the client as the frame number to render
 
	int finder_jobnum = 0;
0 comments (0 inline, 0 general)