Changeset - 22c1c6e9c40b
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-23 20:37:01
ohnobinki@ohnopublishing.net
added missing return type
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/client/distren.h
Show inline comments
 
@@ -51,13 +51,13 @@ int distren_submit_file(distren_job_t *j
 
/**
 
   Retrieve a job-ID that can be used to refer to the job after the client's process has recycled. Currently, this will be the only way to retrieve a job handle (a distren_job_t) and, consequently, the only way to retrieve a finished render.
 
   A job ID is representable using a character string. Hopefully, they will be kept at a reasonably small length. It should be made up of alphanumeric characters so as to be useful in most situations. 
 
   @param jobid This will be set to a string allocated by the specified malloc implementation
 
   @param job The distren_job_t from which to retrieve a jobid
 
*/
 
distren_job_getid(distren_job_t job, char **jobid);
 
int distren_job_getid(distren_job_t job, char **jobid);
 

	
 
/*
 
 TODO: extraction of a job-ID, retrieving job handle by job-ID, getting information
 
 for a job handle, retrieving results of a job, callbacks for progress (i.e., job_is_finished callback)
 
 -- threads?
 
*/
0 comments (0 inline, 0 general)