Re: [PATCH 16/17] Introduce reds_stream_set_channel()

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

 



On Sun, Jan 12, 2014 at 02:03:25PM +0200, Alon Levy wrote:
> > +void reds_stream_set_channel(RedsStream *stream, int connection_id,
> > +                             int channel_type, int channel_id)
> > +{
> > +    stream->info->connection_id = connection_id;
> > +    stream->info->type = connection_id;
> > +    stream->info->id   = channel_type;
> 
> type became id.

Ooops, thanks for catching this, it's now:

+void reds_stream_set_channel(RedsStream *stream, int connection_id,
+                             int channel_type, int channel_id)
+{
+    stream->info->connection_id = connection_id;
+    stream->info->type = channel_type;
+    stream->info->id   = channel_id;
+}
+
 

Christophe

Attachment: pgpSobdMV7v1l.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]