aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-timer.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-10-15 15:05:04 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-10-18 10:44:11 +0200
commit6b512811e01d7c81348bfa9c29c21f788ccc0a8e (patch)
treed87abe06cf3eaaa3ed9ff39e692f6497e6fb97b7 /qemu-timer.h
parent3ba139cbc278f905bfb1c13f3b92fb88a1f2a36f (diff)
downloadexternal_qemu-6b512811e01d7c81348bfa9c29c21f788ccc0a8e.zip
external_qemu-6b512811e01d7c81348bfa9c29c21f788ccc0a8e.tar.gz
external_qemu-6b512811e01d7c81348bfa9c29c21f788ccc0a8e.tar.bz2
Fix windows event loop handling.
This change fixes the windows emulator binary which got stuck due to changes in the timer implementation that occured during the last upstream integration. Change-Id: I090ce4ac9c09b3b95e0df95513446922120b2d9a
Diffstat (limited to 'qemu-timer.h')
-rw-r--r--qemu-timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-timer.h b/qemu-timer.h
index 1494f79..e175809 100644
--- a/qemu-timer.h
+++ b/qemu-timer.h
@@ -36,6 +36,7 @@ void qemu_del_timer(QEMUTimer *ts);
void qemu_mod_timer(QEMUTimer *ts, int64_t expire_time);
int qemu_timer_pending(QEMUTimer *ts);
int qemu_timer_expired(QEMUTimer *timer_head, int64_t current_time);
+int qemu_timer_alarm_pending(void);
void qemu_run_all_timers(void);
int qemu_alarm_pending(void);