On Tue, Aug 21, 2018 at 05:57:48PM +0300, Alin Gabriel Serdean wrote: > Currently all ovn-nbctl (daemon) tests are failing due to the missing > call to `service_start` which is required on Windows. > > Windows lacks fork so we need to pass all arguments, so we can spawn a new > process and interpret it properly when calling `service_start`. > > Signed-off-by: Alin Gabriel Serdean <[email protected]>
I don't think the new OVS_UNUSED annotations are necessary in server_loop(), because it always uses the new parameters. This passes all the tests on GNU/Linux. Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
