ovn-controller: Rename init functions that just register IDL columns.
[cascardo/ovs.git] / ovn / controller / encaps.h
index d1b00f2..20f0eb0 100644 (file)
 #include <stdbool.h>
 
 struct controller_ctx;
+struct ovsdb_idl;
 struct ovsrec_bridge;
 
-void encaps_init(struct controller_ctx *);
+void encaps_register_ovs_idl(struct ovsdb_idl *);
 void encaps_run(struct controller_ctx *,
                 const struct ovsrec_bridge *br_int, const char *chassis_id);
 bool encaps_cleanup(struct controller_ctx *,