Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-26 Thread Taeung Song
On 04/27/2017 02:54 AM, Steven Rostedt wrote: On Wed, 26 Apr 2017 23:56:02 +0900 Taeung Song wrote: Want to send another patch on top of Federico's? Yes! I want to do it. After you update 'master' branch on your repo I just updated my master branch. I got it

Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-26 Thread Taeung Song
On 04/27/2017 02:54 AM, Steven Rostedt wrote: On Wed, 26 Apr 2017 23:56:02 +0900 Taeung Song wrote: Want to send another patch on top of Federico's? Yes! I want to do it. After you update 'master' branch on your repo I just updated my master branch. I got it ! I'll send the new

Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-26 Thread Steven Rostedt
On Wed, 26 Apr 2017 23:56:02 +0900 Taeung Song wrote: > > Want to send another patch on top of Federico's? > > > > Yes! I want to do it. > After you update 'master' branch on your repo I just updated my master branch. > (git.kernel.org/.../trace-cmd.git), I'll send

Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-26 Thread Steven Rostedt
On Wed, 26 Apr 2017 23:56:02 +0900 Taeung Song wrote: > > Want to send another patch on top of Federico's? > > > > Yes! I want to do it. > After you update 'master' branch on your repo I just updated my master branch. > (git.kernel.org/.../trace-cmd.git), I'll send a patch as you said ! >

Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-26 Thread Taeung Song
Hi Steven :) On 04/26/2017 08:11 AM, Steven Rostedt wrote: On Mon, 24 Apr 2017 22:43:31 +0900 Taeung Song wrote: Currently the return type of load_plugin() in plugin_python.c is void type, but it is different from the argument type of trace_util_load_plugins(). So

Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-26 Thread Taeung Song
Hi Steven :) On 04/26/2017 08:11 AM, Steven Rostedt wrote: On Mon, 24 Apr 2017 22:43:31 +0900 Taeung Song wrote: Currently the return type of load_plugin() in plugin_python.c is void type, but it is different from the argument type of trace_util_load_plugins(). So fix it for the below

Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-25 Thread Steven Rostedt
On Mon, 24 Apr 2017 22:43:31 +0900 Taeung Song wrote: > Currently the return type of load_plugin() in plugin_python.c is void type, > but it is different from the argument type of trace_util_load_plugins(). > So fix it for the below warning. > >

Re: [PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-25 Thread Steven Rostedt
On Mon, 24 Apr 2017 22:43:31 +0900 Taeung Song wrote: > Currently the return type of load_plugin() in plugin_python.c is void type, > but it is different from the argument type of trace_util_load_plugins(). > So fix it for the below warning. > >

[PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-24 Thread Taeung Song
Currently the return type of load_plugin() in plugin_python.c is void type, but it is different from the argument type of trace_util_load_plugins(). So fix it for the below warning. /home/taeung/git/opensource/trace-cmd/plugin_python.c: In function ‘pevent_plugin_loader’:

[PATCH] trace-cmd: Fix a warning about incompatible pointer type of load_plugin()

2017-04-24 Thread Taeung Song
Currently the return type of load_plugin() in plugin_python.c is void type, but it is different from the argument type of trace_util_load_plugins(). So fix it for the below warning. /home/taeung/git/opensource/trace-cmd/plugin_python.c: In function ‘pevent_plugin_loader’: