Changeset - 477c564bf47e
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-29 19:51:19

Un-stubby stubs
1 file changed with 19 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -113,12 +113,31 @@ jobnum_t jobnum = 0; // The next job num
 
int hcfjob; // Highest consecutively finished job
 
int highest_jobnum; // The job number of the most recently created job, this is used when creating new jobs
 

	
 

	
 
/* ********************** Functions ************************* */
 

	
 
/* Functions to stubify */
 
void distrend_do(){
 

	
 
}
 
void distrend_accept(){
 

	
 
}
 
void distrend_action_free(){
 

	
 
}
 
void distrend_listen(){
 

	
 
}
 
void distrend_unlisten(){
 

	
 
}
 
void remotio_send_to_client(){
 
	// I am futile!
 
}
 
void start_data(){
 

	
 
	if(1 == 0){
 
		// retrieve total_finished_jobs and total_finished_frames from xml file
 
	}
 
	else{
0 comments (0 inline, 0 general)