[Spice-devel] [PATCH spice 12/18] Declare AsyncCommand in red-common
Frediano Ziglio
fziglio at redhat.com
Wed Dec 16 04:25:55 PST 2015
>
> This is the simplest way I could find to have a AsyncCommand in
> QXLState in following patch.
>
The following patch just update spice-common repository.
This patch is referring the "following"?
The reasoning looks a bit weak to me.
Frediano
> 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);
More information about the Spice-devel
mailing list