aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/sched-if.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 23:39:14 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 23:39:14 +0100
commit8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6 (patch)
tree04f7640ae75fd41d49d6ea2460314a93c7f98289 /xen/include/xen/sched-if.h
parent4207635014c977748811f86871444f10819a6b07 (diff)
downloadxen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.tar.gz
xen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.tar.bz2
xen-8a3652cb7e5d0a67a6bf08bf07efcbc0f4e2c7d6.zip
Rename ac_timer_* interfaces -> timer_*. The ac_ is
meaningless and unnecessary. Rename rem_timer -> stop_timer. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/sched-if.h')
-rw-r--r--xen/include/xen/sched-if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/sched-if.h b/xen/include/xen/sched-if.h
index 979cec874a..7b94338391 100644
--- a/xen/include/xen/sched-if.h
+++ b/xen/include/xen/sched-if.h
@@ -16,7 +16,7 @@ struct schedule_data {
struct vcpu *curr; /* current task */
struct vcpu *idle; /* idle task for this cpu */
void *sched_priv;
- struct ac_timer s_timer; /* scheduling timer */
+ struct timer s_timer; /* scheduling timer */
unsigned long tick; /* current periodic 'tick' */
#ifdef BUCKETS
u32 hist[BUCKETS]; /* for scheduler latency histogram */