On Tue, Nov 29, 2016 at 02:57:03PM +0000, Frediano Ziglio wrote:
>  static void snd_record_start(SndWorker *worker)
>  {
>      SndChannelClient *channel = worker->connection;
> -    RecordChannel *record_channel = SPICE_CONTAINEROF(channel, 
> RecordChannel, base);
> +    RecordChannelClient *record_client = SPICE_CONTAINEROF(channel, 
> RecordChannelClient, base);
>  
>      worker->active = 1;
>      if (!channel)
>          return;
>      spice_assert(!channel->active);
> -    record_channel->read_pos = record_channel->write_pos = 0;   //todo: 
> improve by
> +    record_client->read_pos = record_client->write_pos = 0;   //todo: 
> improve by
>                                                                  //stream 
> generation

Alignment gets broken here

Attachment: signature.asc
Description: PGP signature

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

Reply via email to