aboutsummaryrefslogtreecommitdiffstats
path: root/android/protocol/ui-commands-impl.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-02 21:39:10 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-02 22:01:44 +0100
commitb6c168bbb6477145e843bb4a2e56e72e6d47822d (patch)
treef74ead6211540d266ce0dd5c468a6f24b8f4aee3 /android/protocol/ui-commands-impl.h
parentd6eda1d7b357746ad8d9a4c80dc0235ef56c40e0 (diff)
downloadexternal_qemu-b6c168bbb6477145e843bb4a2e56e72e6d47822d.zip
external_qemu-b6c168bbb6477145e843bb4a2e56e72e6d47822d.tar.gz
external_qemu-b6c168bbb6477145e843bb4a2e56e72e6d47822d.tar.bz2
Remove QEMU-ism from UI code.
This gets rid of qemu_set_fd_handler() users in the UI program. We can remove its implementation from vl-android-ui.c + Really remove qemu-timer-ui.c :-) Change-Id: I490df8ad5d5eea36b332bf54e2b156f6b5872bf4
Diffstat (limited to 'android/protocol/ui-commands-impl.h')
-rw-r--r--android/protocol/ui-commands-impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/protocol/ui-commands-impl.h b/android/protocol/ui-commands-impl.h
index fa05e8e..f575bd0 100644
--- a/android/protocol/ui-commands-impl.h
+++ b/android/protocol/ui-commands-impl.h
@@ -14,6 +14,7 @@
#define _ANDROID_PROTOCOL_UI_COMMANDS_IMPL_H
#include "sockets.h"
+#include "android/looper.h"
#include "android/protocol/ui-commands.h"
/*
@@ -29,7 +30,7 @@
* Return:
* 0 on success, or < 0 on failure.
*/
-extern int uiCmdImpl_create(SockAddress* console_socket);
+extern int uiCmdImpl_create(SockAddress* console_socket, Looper* looper);
/* Destroys UI-side of the "core-ui-control" service. */
extern void uiCmdImpl_destroy();