On Wed, Jun 10, 2015 at 06:37:57PM -0700, Andy Zhou wrote:
> The logic of determining row update type will be useful in the following
> patch. Make it into a function.
> 
> Signed-off-by: Andy Zhou <az...@nicira.com>

You can change the types here from 'const void *' to just 'bool', if you
think that it's clearer:

> +static enum ovsdb_monitor_selection
> +ovsdb_monitor_row_update_type(bool initial, const void *old, const void *new)

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to