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 <[email protected]>
Does get_detach() need to return 'detach' now, instead of false? Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
