Changeset - 157b965b9e2d
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-08-03 21:19:34

Horribleness
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/slave.c
Show inline comments
 
@@ -115,7 +115,7 @@ int gotframe; // set this to 1 after dat
 

	
 
int busy = 0;     // Client business 1=busy 0=idle
 

	
 
char *outputpath = DATAPATH "/stor/jobdata/output.jpg";
 
char *pathtoOutput;
 

	
 

	
 
char *urltoTar;  // Full URL to the server-side location of job#.tgz
 
@@ -133,7 +133,7 @@ char *pathtoJobfile; // Full path to the
 
		_distren_asprintf(&pathtoTar, DATAPATH "/stor/jobdata/job%d.tgz", jobnum); // Prepares destination to save to
 

	
 
		_distren_asprintf(&pathtoJobfile, DATAPATH "%s/job.blend", jobdatapath ); // Prepares the path to the jobfile
 

	
 
		 = DATAPATH "/stor/jobdata/output.jpg";
 

	
 
		//  Download the data
 

	
0 comments (0 inline, 0 general)