Convert binding_run to incremental processing.
[cascardo/ovs.git] / ovn / controller / ovn-controller.h
index ba50a98..f0c4e63 100644 (file)
@@ -38,6 +38,9 @@ struct controller_ctx {
  * the localnet port */
 struct local_datapath {
     struct hmap_node hmap_node;
+    struct hmap_node uuid_hmap_node;
+    const struct uuid *uuid;
+    char *logical_port;
     const struct sbrec_port_binding *localnet_port;
 };