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: pgpM7nXQ3nmoA.pgp
Description: PGP signature

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

Reply via email to