ovsdb-monitor: rename jsonrpc_monitor_compose_table_update()
[cascardo/ovs.git] / ovsdb / monitor.h
index 4db36b2..5fcb346 100644 (file)
@@ -46,8 +46,8 @@ const char * OVS_WARN_UNUSED_RESULT
 ovsdb_monitor_table_check_duplicates(struct ovsdb_monitor *,
                           const struct ovsdb_table *);
 
-struct json *ovsdb_monitor_compose_table_update(const struct ovsdb_monitor *dbmon,
-                          bool initial, uint64_t *unflushed_transaction);
+struct json *ovsdb_monitor_compose_update(const struct ovsdb_monitor *dbmon,
+                                bool initial, uint64_t *unflushed_transaction);
 
 void ovsdb_monitor_table_add_select(struct ovsdb_monitor *dbmon,
                                     const struct ovsdb_table *table,