On 12/18/20 6:31 AM, Ben Pfaff wrote: > Adding parameter names makes these prototypes clearer. > > Signed-off-by: Ben Pfaff <[email protected]> > --- > lib/ovsdb-idl.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h > index 789337df9f33..05bb48d66c3f 100644 > --- a/lib/ovsdb-idl.h > +++ b/lib/ovsdb-idl.h > @@ -62,8 +62,8 @@ struct ovsdb_idl *ovsdb_idl_create(const char *remote, > bool retry); > struct ovsdb_idl *ovsdb_idl_create_unconnected( > const struct ovsdb_idl_class *, bool monitor_everything_by_default); > -void ovsdb_idl_set_remote(struct ovsdb_idl *, const char *, bool); > -void ovsdb_idl_set_shuffle_remotes(struct ovsdb_idl *, bool); > +void ovsdb_idl_set_remote(struct ovsdb_idl *, const char *remote, bool > retry); > +void ovsdb_idl_set_shuffle_remotes(struct ovsdb_idl *, bool shuffle); > void ovsdb_idl_reset_min_index(struct ovsdb_idl *); > void ovsdb_idl_destroy(struct ovsdb_idl *); > >
LGTM, Acked-by: Ilya Maximets <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
