cfm: Make the CFM module thread safe.
[sliver-openvswitch.git] / ofproto / ofproto.h
index 792df89..d2756dd 100644 (file)
@@ -410,7 +410,7 @@ struct ofproto_cfm_status {
     int health;
 
     /* MPIDs of remote maintenance points whose CCMs have been received. */
-    const uint64_t *rmps;
+    uint64_t *rmps;
     size_t n_rmps;
 };