]> git.proxmox.com Git - ovs.git/commit - ofproto/ofproto-dpif-trace.c
ofproto: Fix thread safety annotation.
authorJarno Rajahalme <jarno@ovn.org>
Thu, 23 Feb 2017 19:27:55 +0000 (11:27 -0800)
committerAndy Zhou <azhou@ovn.org>
Wed, 8 Mar 2017 21:09:43 +0000 (13:09 -0800)
commitd61973d6d5e13c60c813678c12e1ac8a6b2d6ec9
treee2f824aa0f57248a67d5feff56542aa4cf460964
parent5dddf9606517b149c6a00aa3508acd1048fdae63
ofproto: Fix thread safety annotation.

ofproto_check_ofpacts() requires ofproto_mutex, but the header did not
tell that so the trace did not take the mutex.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Signed-off-by: Andy Zhou <azhou@ovn.org>
ofproto/ofproto-dpif-trace.c
ofproto/ofproto-provider.h