summaryrefslogtreecommitdiff
path: root/ovsdb/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'ovsdb/monitor.c')
-rw-r--r--ovsdb/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c
index 133460ee5..8a64fc1e2 100644
--- a/ovsdb/monitor.c
+++ b/ovsdb/monitor.c
@@ -779,7 +779,7 @@ ovsdb_monitor_changes_classify(enum ovsdb_monitor_selection type,
static bool
ovsdb_monitor_change_cb(const struct ovsdb_row *old,
const struct ovsdb_row *new,
- const unsigned long int *changed OVS_UNUSED,
+ const unsigned long int *changed,
void *aux_)
{
struct ovsdb_monitor_aux *aux = aux_;