Explorar el Código

job_create is an internal function, programmers only manipulate tasks.

Cédric Augonnet hace 16 años
padre
commit
54c2b999d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/jobs.c

+ 1 - 1
src/core/jobs.c

@@ -38,7 +38,7 @@ size_t job_get_data_size(job_t j)
 }
 
 /* create an internal job_t structure to encapsulate the task */
-job_t __attribute__((malloc)) job_create(struct starpu_task *task)
+static job_t __attribute__((malloc)) job_create(struct starpu_task *task)
 {
 	job_t job;