qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 5/8] main-loop: make qemu_event_handle static


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 5/8] main-loop: make qemu_event_handle static
Date: Tue, 3 Apr 2012 11:42:44 +0100

From: Frediano Ziglio <address@hidden>

Signed-off-by: Frediano Ziglio <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 main-loop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main-loop.c b/main-loop.c
index db23de0..fc738d1 100644
--- a/main-loop.c
+++ b/main-loop.c
@@ -164,7 +164,7 @@ static int qemu_signal_init(void)
 
 #else /* _WIN32 */
 
-HANDLE qemu_event_handle = NULL;
+static HANDLE qemu_event_handle = NULL;
 
 static void dummy_event_handler(void *opaque)
 {
-- 
1.7.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]