[ovs-dev] [PATCH v2 5/8] ovsdb-idl: Improve prototypes.

Ben Pfaff blp at ovn.org
Wed Dec 2 06:23:38 UTC 2020


Adding parameter names makes these prototypes clearer.

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 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 *);
 
-- 
2.28.0



More information about the dev mailing list