Re: [PATCH] tools lib traceevent: Modify header to work in C++ programs

2012-08-23 Thread Steven Rostedt
On Wed, 2012-08-22 at 15:47 +0900, Namhyung Kim wrote: > Hi, Steve > > On Tue, 21 Aug 2012 19:13:20 -0400, Steven Rostedt wrote: > > tools lib traceevent: Modify header to work in C++ programs > > > > Replace keyword "private" from event-parse.h to allow it to be > > used in C++ programs. > > > >

Re: [PATCH] tools lib traceevent: Modify header to work in C++ programs

2012-08-23 Thread Steven Rostedt
On Wed, 2012-08-22 at 15:47 +0900, Namhyung Kim wrote: Hi, Steve On Tue, 21 Aug 2012 19:13:20 -0400, Steven Rostedt wrote: tools lib traceevent: Modify header to work in C++ programs Replace keyword private from event-parse.h to allow it to be used in C++ programs. Signed-off-by:

Re: [PATCH] tools lib traceevent: Modify header to work in C++ programs

2012-08-22 Thread Namhyung Kim
Hi, Steve On Tue, 21 Aug 2012 19:13:20 -0400, Steven Rostedt wrote: > tools lib traceevent: Modify header to work in C++ programs > > Replace keyword "private" from event-parse.h to allow it to be > used in C++ programs. > > Signed-off-by: Steven Rostedt > > diff --git

Re: [PATCH] tools lib traceevent: Modify header to work in C++ programs

2012-08-22 Thread Namhyung Kim
Hi, Steve On Tue, 21 Aug 2012 19:13:20 -0400, Steven Rostedt wrote: tools lib traceevent: Modify header to work in C++ programs Replace keyword private from event-parse.h to allow it to be used in C++ programs. Signed-off-by: Steven Rostedt rost...@goodmis.org diff --git

[PATCH] tools lib traceevent: Modify header to work in C++ programs

2012-08-21 Thread Steven Rostedt
Arnaldo, As the libtraceevent library is also used by powertop, and that is written in *cough* C++ *cough*, we need to make sure that the headers do not have any C++ reserved words. Please apply this patch. Thanks. -- Steve Steven Rostedt (1): tools lib traceevent: Modify header to work

[PATCH] tools lib traceevent: Modify header to work in C++ programs

2012-08-21 Thread Steven Rostedt
Arnaldo, As the libtraceevent library is also used by powertop, and that is written in *cough* C++ *cough*, we need to make sure that the headers do not have any C++ reserved words. Please apply this patch. Thanks. -- Steve Steven Rostedt (1): tools lib traceevent: Modify header to work