On Fri, 2016-06-03 at 10:59 +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <[email protected]>
> ---
>  server/red-worker.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/server/red-worker.c b/server/red-worker.c
> index a14f55d..e754bd2 100644
> --- a/server/red-worker.c
> +++ b/server/red-worker.c
> @@ -156,6 +156,11 @@ static int red_process_cursor(RedWorker *worker, int
> *ring_is_empty)
>              worker->cursor_poll_tries++;
>              return n;
>          }
> +
> +        if (worker->record)
> +            red_record_qxl_command(worker->record, &worker->mem_slots,
> ext_cmd,
> +                                   stat_now(CLOCK_MONOTONIC));
> +

consider using spice_get_monotonic_time_ns() instead?

>          worker->cursor_poll_tries = 0;
>          switch (ext_cmd.cmd.type) {
>          case QXL_CMD_CURSOR: {


Acked-by: Jonathon Jongsma <[email protected]>

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to