On 14 September 2016 at 08:25, Alin Serdean <aserd...@cloudbasesolutions.com
> wrote:

> On Windows we require service_start to be called to parse and setup
> requirements for '--detach' argument.
> Affected binaries: ovn-trace, ovsdb-client, ovs-testcontroller.
>
> Subsequent patches will be sent to adapt the tests with the new features.
>
> Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>
>

Applied to master and 2.6, thanks.



> ---
>  ovn/utilities/ovn-trace.c      | 1 +
>  ovsdb/ovsdb-client.c           | 1 +
>  utilities/ovs-testcontroller.c | 1 +
>  3 files changed, 3 insertions(+)
>
> diff --git a/ovn/utilities/ovn-trace.c b/ovn/utilities/ovn-trace.c
> index 487ae52..f5607df 100644
> --- a/ovn/utilities/ovn-trace.c
> +++ b/ovn/utilities/ovn-trace.c
> @@ -73,6 +73,7 @@ int
>  main(int argc, char *argv[])
>  {
>      set_program_name(argv[0]);
> +    service_start(&argc, &argv);
>      fatal_ignore_sigpipe();
>      vlog_set_levels_from_string_assert("reconnect:warn");
>      sbrec_init();
> diff --git a/ovsdb/ovsdb-client.c b/ovsdb/ovsdb-client.c
> index 1f83f3b..5f569e8 100644
> --- a/ovsdb/ovsdb-client.c
> +++ b/ovsdb/ovsdb-client.c
> @@ -90,6 +90,7 @@ main(int argc, char *argv[])
>
>      ovs_cmdl_proctitle_init(argc, argv);
>      set_program_name(argv[0]);
> +    service_start(&argc, &argv);
>      parse_options(argc, argv);
>      fatal_ignore_sigpipe();
>
> diff --git a/utilities/ovs-testcontroller.c b/utilities/ovs-
> testcontroller.c
> index 1db3bbe..2998de2 100644
> --- a/utilities/ovs-testcontroller.c
> +++ b/utilities/ovs-testcontroller.c
> @@ -105,6 +105,7 @@ main(int argc, char *argv[])
>
>      ovs_cmdl_proctitle_init(argc, argv);
>      set_program_name(argv[0]);
> +    service_start(&argc, &argv);
>      parse_options(argc, argv);
>      fatal_ignore_sigpipe();
>
> --
> 2.9.2.windows.1
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to