On Tue, Oct 13, 2015 at 07:10:27PM +0200, Lluís Vilanova wrote: > diff --git a/trace/control.h b/trace/control.h > index da9bb6b..1a78a7b 100644 > --- a/trace/control.h > +++ b/trace/control.h > @@ -1,7 +1,7 @@ > /* > * Interface for configuring and controlling the state of tracing events. > * > - * Copyright (C) 2011-2014 Lluís Vilanova <vilan...@ac.upc.edu> > + * Copyright (C) 2011-2015 Lluís Vilanova <vilan...@ac.upc.edu> > * > * This work is licensed under the terms of the GNU GPL, version 2 or later. > * See the COPYING file in the top-level directory. > @@ -14,6 +14,9 @@ > #include "trace/generated-events.h" > > > +typedef struct CPUState CPUState; > + > +
Wat? :) Isn't there any other place to put this typedef? Stefan