Found by valgrind.
Signed-off-by: Ben Pfaff <[email protected]>
---
lib/seq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/seq.c b/lib/seq.c
index 36e5065..ed205a1 100644
--- a/lib/seq.c
+++ b/lib/seq.c
@@ -148,6 +148,7 @@ seq_wait__(struct seq *seq, uint64_t value)
waiter = xmalloc(sizeof *waiter);
waiter->seq = seq;
hmap_insert(&seq->waiters, &waiter->hmap_node, hash);
+ waiter->ovsthread_id = id;
waiter->value = value;
waiter->thread = seq_thread_get();
list_push_back(&waiter->thread->waiters, &waiter->list_node);
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev