]> git.proxmox.com Git - ovs.git/commitdiff
ovsdb-idl: Improve prototypes.
authorBen Pfaff <blp@ovn.org>
Wed, 2 Dec 2020 00:54:45 +0000 (16:54 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 19 Dec 2020 02:32:14 +0000 (18:32 -0800)
Adding parameter names makes these prototypes clearer.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
lib/ovsdb-idl.h

index 789337df9f33d25c75db1bce2f16dd5a8f385600..05bb48d66c3f2cdaf7237a24993080f54c5b363b 100644 (file)
@@ -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 *);