aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched-if.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-11 11:10:24 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-11 11:10:24 +0100
commita974b14d790ce883da98ba8094a0c59109bae0b7 (patch)
tree1d97d9c50e4fb676c0c3e3ada2cfd3b1f9cd6921 /xen/include/xen/sched-if.h
parent0e13089b1456e71c99005caa7d4b78ba34656337 (diff)
downloadxen-a974b14d790ce883da98ba8094a0c59109bae0b7.tar.gz
xen-a974b14d790ce883da98ba8094a0c59109bae0b7.tar.bz2
xen-a974b14d790ce883da98ba8094a0c59109bae0b7.zip
tasklet: Improve scheduler interaction.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/sched-if.h')
-rw-r--r--xen/include/xen/sched-if.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/include/xen/sched-if.h b/xen/include/xen/sched-if.h
index 7ab636646c..af21e95e8f 100644
--- a/xen/include/xen/sched-if.h
+++ b/xen/include/xen/sched-if.h
@@ -110,7 +110,8 @@ struct scheduler {
void (*wake) (const struct scheduler *, struct vcpu *);
void (*context_saved) (const struct scheduler *, struct vcpu *);
- struct task_slice (*do_schedule) (const struct scheduler *, s_time_t);
+ struct task_slice (*do_schedule) (const struct scheduler *, s_time_t,
+ bool_t tasklet_work_scheduled);
int (*pick_cpu) (const struct scheduler *, struct vcpu *);
int (*adjust) (const struct scheduler *, struct domain *,