[Spice-devel] [PATCH spice 12/18] Declare AsyncCommand in red-common

Marc-André Lureau marcandre.lureau at gmail.com
Tue Dec 15 15:49:26 PST 2015


This is the simplest way I could find to have a AsyncCommand in
QXLState in following patch.

Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
 server/red-common.h     | 2 ++
 server/red-dispatcher.h | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/red-common.h b/server/red-common.h
index f6098f6..5a2c76c 100644
--- a/server/red-common.h
+++ b/server/red-common.h
@@ -39,4 +39,6 @@
 #include "spice.h"
 #include "utils.h"
 
+typedef struct AsyncCommand AsyncCommand;
+
 #endif
diff --git a/server/red-dispatcher.h b/server/red-dispatcher.h
index d99695d..7aabe44 100644
--- a/server/red-dispatcher.h
+++ b/server/red-dispatcher.h
@@ -22,8 +22,6 @@
 
 typedef struct RedDispatcher RedDispatcher;
 
-typedef struct AsyncCommand AsyncCommand;
-
 void red_dispatcher_init(QXLInstance *qxl);
 
 void red_dispatcher_on_ic_change(void);
-- 
2.5.0



More information about the Spice-devel mailing list