summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-07-23 13:09:38 -0700
committerEthan Jackson <ethan@nicira.com>2013-08-01 12:23:53 -0700
commit13b1b2ae700284e8a752ced7c87e16a7c8f9d76c (patch)
tree5ad60a9449b6c71ed90dcc11094d7558a3db338c /ofproto/ofproto.h
parentbd54dbcdd77cfd85f4ea2a589b07f1da5c3119d5 (diff)
downloadopenvswitch-13b1b2ae700284e8a752ced7c87e16a7c8f9d76c.tar.gz
cfm: Make the CFM module thread safe.
Signed-off-by: Ethan Jackson <ethan@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index 792df89ff..d2756dd59 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -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;
};