Explorar o código

job_create is an internal function, programmers only manipulate tasks.

Cédric Augonnet %!s(int64=16) %!d(string=hai) anos
pai
achega
54c2b999d5
Modificáronse 1 ficheiros con 1 adicións e 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;