Skip to content
Snippets Groups Projects
Commit a3a0ffef authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

fix the scheduler header file.

parent 276ac4d1
No related branches found
No related tags found
1 merge request!136Master
......@@ -92,8 +92,8 @@ struct scheduler {
};
/* Function prototypes. */
void scheduler_init(struct scheduler *s, struct space *space, int nr_queues,
unsigned int flags, int nodeID);
void scheduler_init(struct scheduler *s, struct space *space, int nr_tasks,
int nr_queues, unsigned int flags, int nodeID);
struct task *scheduler_gettask(struct scheduler *s, int qid,
struct cell *super);
void scheduler_enqueue(struct scheduler *s, struct task *t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment