Call for poll_immediate_wake() when condition is changed.

Signed-off-by: Liran Schour <lir...@il.ibm.com>
---
 lib/ovsdb-idl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c
index d70fb10..7f4167c 100644
--- a/lib/ovsdb-idl.c
+++ b/lib/ovsdb-idl.c
@@ -811,6 +811,7 @@ void ovsdb_idl_condition_remove_clause(struct ovsdb_idl 
*idl,
                                              arg, &column->type)))) {
             ovsdb_idl_clause_free(c);
             idl->cond_changed = table->cond_changed = true;
+            poll_immediate_wake();
             return;
         }
     }
-- 
2.1.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to