summaryrefslogtreecommitdiff
path: root/ovsdb/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'ovsdb/monitor.c')
-rw-r--r--ovsdb/monitor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c
index a6e25c94c..7805c6049 100644
--- a/ovsdb/monitor.c
+++ b/ovsdb/monitor.c
@@ -412,9 +412,7 @@ ovsdb_monitor_table_find_changes(struct ovsdb_monitor_table *mt,
return NULL;
}
-/* Stop currently tracking changes to table 'mt' since 'transaction'.
- *
- * Return 'true' if the 'transaction' is being tracked. 'false' otherwise. */
+/* Stop currently tracking changes to table 'mt' since 'transaction'. */
static void
ovsdb_monitor_table_untrack_changes(struct ovsdb_monitor_table *mt,
uint64_t transaction)