On Tue, Apr 22, 2014 at 9:20 AM, Ben Pfaff <b...@nicira.com> wrote: > On Fri, Apr 18, 2014 at 11:04:12AM -0700, Gurucharan Shetty wrote: >> When "--detach" is specified, a daemon will create a new >> process with the same command line options as the parent. >> Additionally, an undocumented command line option "--pipe-handle" >> is passed to child. Once the child is ready to handle external >> commands, it communicates to the parent that it is ready (using >> the pipe handle). The parent exits. This lets us run the daemons >> in background. This will also help the unit tests because currently >> most of the unit tests pass the '--detach' option to the daemons. >> >> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> > > Does get_detach() need to return 'detach' now, instead of false? I think your are right. I will make that change. > > Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
- [ovs-dev] [PATCH 07/11] daemon-windows: Recognize --no-c... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 07/11] daemon-windows: Recogni... Ben Pfaff
- Re: [ovs-dev] [PATCH 07/11] daemon-windows: Rec... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 07/11] daemon-windows: Rec... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 07/11] daemon-windows:... Ben Pfaff
- Re: [ovs-dev] [PATCH 07/11] daemon-wind... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 07/11] daemon... Ben Pfaff
- [ovs-dev] [PATCH 05/11] daemon-windows: Implement --deta... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 05/11] daemon-windows: Impleme... Ben Pfaff
- Re: [ovs-dev] [PATCH 05/11] daemon-windows: Imp... Gurucharan Shetty
- [ovs-dev] [PATCH 02/11] stream: Introduce [p]windows_[p]... Gurucharan Shetty
- [ovs-dev] [PATCH 11/11] testsuite.at: Workaround for car... Gurucharan Shetty
- [ovs-dev] [PATCH 10/11] testsuite.at: kill for windows. Gurucharan Shetty
- [ovs-dev] [PATCH 03/11] unixctl: Use [p]windows_[p]strea... Gurucharan Shetty
- [ovs-dev] [PATCH 09/11] testsuite.at: pwd for windows. Gurucharan Shetty