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:45:30 +0000 (14:45 -0700)
commit5eba2795fc5d4e833e9827ce18f6167e382bf0e1
treefec5320b254fb54d981c4646f2cfa20991899242
parent48d34ad982546e3a3e528d2992afe5483248439d
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