diff --git a/src/client/distren.h b/src/client/distren.h --- a/src/client/distren.h +++ b/src/client/distren.h @@ -58,7 +58,7 @@ int distren_submit_file(distren_t handle @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 */ -int distren_job_getid(distren_job_t job, char **jobid); +int distren_job_geturi(distren_job_t job, char **joburi); /** Retrieves a tarball of a rendering's result. @@ -69,7 +69,7 @@ int distren_job_retrieve_file(distren_jo /* 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? + -- threads? -- noooo! */ /**