On Sat, Jun 25, 2016 at 4:38 PM, Ansis Atteka <aatt...@ovn.org> wrote:
> diff --git a/lib/daemon.h b/lib/daemon.h
> index 4990415..742f382 100644
> --- a/lib/daemon.h
> +++ b/lib/daemon.h
[...]
> +extern bool self_confine;

I don't really like that this is global to everything - it seems too
easy to accidentally assign to or at the very least be non-obvious
where it is coming from. Can you make it a function call and also
prefix the name with daemon_?

I think it would also be nice to just include description of the 3
reasons why you might want to use this flag from the commit message in
the daemon man page. That makes it very clear when you should use this
(or not).
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to