Re: [Spice-devel] [PATCH] Remove duplicate streaming enumeration

2015-06-12 Thread Fabiano Fidencio
- Original Message - > From: "Jonathon Jongsma" > To: spice-de...@freedesktop.org > Sent: Friday, June 12, 2015 5:48:47 PM > Subject: [Spice-devel] [PATCH] Remove duplicate streaming enumeration > > There is already a enumeration in a public header

[Spice-devel] [PATCH] Remove duplicate streaming enumeration

2015-06-12 Thread Jonathon Jongsma
There is already a enumeration in a public header that defines the different streaming options, so there's no need to duplicate that enumeration internally. Just use the public enum values. --- server/red_common.h | 7 --- server/red_dispatcher.c | 4 ++-- server/red_worker.c | 14 ++