Acked-by: Andy Zhou <[email protected]>
On Mon, Aug 31, 2015 at 9:44 AM, Ben Pfaff <[email protected]> wrote: > This function does use this parameter. > > (This does not change any behavior.) > > Signed-off-by: Ben Pfaff <[email protected]> > --- > ovsdb/monitor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c > index 133460e..8a64fc1 100644 > --- a/ovsdb/monitor.c > +++ b/ovsdb/monitor.c > @@ -779,7 +779,7 @@ ovsdb_monitor_changes_classify(enum > ovsdb_monitor_selection type, > static bool > ovsdb_monitor_change_cb(const struct ovsdb_row *old, > const struct ovsdb_row *new, > - const unsigned long int *changed OVS_UNUSED, > + const unsigned long int *changed, > void *aux_) > { > struct ovsdb_monitor_aux *aux = aux_; > -- > 2.1.3 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
