connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe.
authorAlex Wang <alexw@nicira.com>
Tue, 29 Jul 2014 17:50:07 +0000 (10:50 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 29 Jul 2014 21:44:46 +0000 (14:44 -0700)
commit3fc76ec00f7b149cc1fa3231b4b2d76de2bbae9a
tree22a2b0b7e098447f5c07e6bb12a4e4d3fbb00f87
parent0474cca3ef7accd0fc600a26cacf8804f8fd98a5
connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe.

connmgr_wants_packet_in_on_miss() is called by multiple threads
and thusly should be protected by the mutex.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/connmgr.c