X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=sched.c;h=c786c9f26f9b5fc47cfd3c8d883671c5433bd048;hb=9055c71be97f1095dcdbd83da305b600f204f763;hp=eb8d03c2bd99fdd1990d307aec977040c2611909;hpb=b142089267ef501e438c3dc77ecf19bead3d4e58;p=paraslash.git diff --git a/sched.c b/sched.c index eb8d03c2..c786c9f2 100644 --- a/sched.c +++ b/sched.c @@ -230,7 +230,7 @@ void sched_shutdown(struct sched *s) */ struct task *task_register(struct task_info *info, struct sched *s) { - struct task *t = para_malloc(sizeof(*t)); + struct task *t = alloc(sizeof(*t)); assert(info->post_monitor);