2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-15 14:17:18 +00:00

cfm: Make the CFM module thread safe.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Ethan Jackson
2013-07-23 13:09:38 -07:00
parent bd54dbcdd7
commit 13b1b2ae70
5 changed files with 150 additions and 70 deletions

View File

@@ -1915,6 +1915,8 @@ iface_refresh_cfm_stats(struct iface *iface)
} else {
ovsrec_interface_set_cfm_health(cfg, NULL, 0);
}
free(status.rmps);
}
}