X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fovsdb.c;fp=ovsdb%2Fovsdb.c;h=2b5bdc32ec0c96dc97bcd6c855076904f8d1b0a8;hb=c69ee87c10818267f991236201150b1fa51ae519;hp=2dea507cbf1cd2426800e87b0dd7a74782b06fbb;hpb=62ee3464d99c0e37f38b503321cd46181c5c7617;p=sliver-openvswitch.git diff --git a/ovsdb/ovsdb.c b/ovsdb/ovsdb.c index 2dea507cb..2b5bdc32e 100644 --- a/ovsdb/ovsdb.c +++ b/ovsdb/ovsdb.c @@ -287,7 +287,7 @@ ovsdb_add_replica(struct ovsdb *db, struct ovsdb_replica *r) } void -ovsdb_remove_replica(struct ovsdb *db UNUSED, struct ovsdb_replica *r) +ovsdb_remove_replica(struct ovsdb *db OVS_UNUSED, struct ovsdb_replica *r) { list_remove(&r->node); (r->class->destroy)(r);