[Spice-devel] [RFC v4 06/62] server/main_channel.c: set NET_TEST_STAGE_INVALID=0 explicitly

Alon Levy alevy at redhat.com
Wed May 4 23:14:47 PDT 2011


On Tue, May 03, 2011 at 01:56:51AM +0200, Marc-André Lureau wrote:
> Agreed, but one patch over all spice code base instead of individual
> patches would be even better.
> 

ok, the moment I figure out how to grep over end of lines.

> On Tue, Apr 26, 2011 at 12:54 PM, Alon Levy <alevy at redhat.com> wrote:
> > ---
> >  server/main_channel.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/server/main_channel.c b/server/main_channel.c
> > index 8e1b195..749acbf 100644
> > --- a/server/main_channel.c
> > +++ b/server/main_channel.c
> > @@ -123,7 +123,7 @@ typedef struct MainChannel {
> >  } MainChannel;
> >
> >  enum NetTestStage {
> > -    NET_TEST_STAGE_INVALID,
> > +    NET_TEST_STAGE_INVALID = 0,
> >     NET_TEST_STAGE_WARMUP,
> >     NET_TEST_STAGE_LATENCY,
> >     NET_TEST_STAGE_RATE,
> > --
> > 1.7.4.4
> >
> > _______________________________________________
> > Spice-devel mailing list
> > Spice-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/spice-devel
> >
> 
> 
> 
> -- 
> Marc-André Lureau


More information about the Spice-devel mailing list