ovsdb-client: Add "dump" command for dumping entire database contents.
[openvswitch] / ovsdb / ovsdb.c
index 2dea507cbf1cd2426800e87b0dd7a74782b06fbb..2b5bdc32ec0c96dc97bcd6c855076904f8d1b0a8 100644 (file)
@@ -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);