Forráskód Böngészése

job_create is an internal function, programmers only manipulate tasks.

Cédric Augonnet 16 éve
szülő
commit
54c2b999d5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;