X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=9855475d0a7311708306417a77fca071d238ef4c;hp=8ed4cd126f73e87cfb2aefc5385856200eedbedd;hb=37db6c718cbd9e350d46703c36dc6860477de476;hpb=148c7c722fd5795228f586b6ef8d953662b68224 diff --git a/sched.h b/sched.h index 8ed4cd12..9855475d 100644 --- a/sched.h +++ b/sched.h @@ -12,7 +12,7 @@ struct task { int ret; void (*pre_select)(struct sched *s, struct task *t); void (*post_select)(struct sched *s, struct task *t); - void (*error_handler)(struct task *t); + void (*event_handler)(struct task *t); struct list_head pre_select_node; struct list_head post_select_node; char status[MAXLINE];