aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-qemud.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/hw-qemud.c')
-rw-r--r--android/hw-qemud.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/hw-qemud.c b/android/hw-qemud.c
index 7de66e0..44d9dd7 100644
--- a/android/hw-qemud.c
+++ b/android/hw-qemud.c
@@ -1965,9 +1965,9 @@ _qemudPipe_poll(void* opaque)
unsigned ret = 0;
if (client != NULL) {
- ret |= PIPE_WAKE_WRITE;
+ ret |= PIPE_POLL_OUT;
if (client->ProtocolSelector.Pipe.messages != NULL) {
- ret |= PIPE_WAKE_READ;
+ ret |= PIPE_POLL_IN;
}
} else {
D("%s: Unexpected NULL client", __FUNCTION__);