Re: [RFC PATCH 05/11] [CLEANUP] trace-cmd: Split out the connect waiting loop from do_listen()

2013-08-20 Thread Steven Rostedt
On Mon, 19 Aug 2013 18:46:32 +0900 Yoshihiro YUNOMAE wrote: > Split out the connect waiting loop from do_listen() for avoiding duplicate > codes > between listen mode and virt-server mode. > > Signed-off-by: Yoshihiro YUNOMAE > --- > trace-listen.c | 45 ++---

Re: [RFC PATCH 05/11] [CLEANUP] trace-cmd: Split out the connect waiting loop from do_listen()

2013-08-20 Thread Steven Rostedt
On Mon, 19 Aug 2013 18:46:32 +0900 Yoshihiro YUNOMAE wrote: > Split out the connect waiting loop from do_listen() for avoiding duplicate > codes > between listen mode and virt-server mode. > > Signed-off-by: Yoshihiro YUNOMAE > --- > trace-listen.c | 45 ++---

[RFC PATCH 05/11] [CLEANUP] trace-cmd: Split out the connect waiting loop from do_listen()

2013-08-19 Thread Yoshihiro YUNOMAE
Split out the connect waiting loop from do_listen() for avoiding duplicate codes between listen mode and virt-server mode. Signed-off-by: Yoshihiro YUNOMAE --- trace-listen.c | 45 ++--- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/tra