ovsdb-monitor: rename jsonrpc_monitor_compose_table_update()
authorAndy Zhou <azhou@nicira.com>
Fri, 13 Mar 2015 20:41:38 +0000 (13:41 -0700)
committerAndy Zhou <azhou@nicira.com>
Sat, 30 May 2015 00:39:50 +0000 (17:39 -0700)
commitf1de87bb2f568ad126e77e85746ce63376ff0bd5
tree486c30c90d7f8832852f60c82e731ffe984d90d8
parent59c35e1198ee42887649297bb4fd8687c5005ac8
ovsdb-monitor: rename jsonrpc_monitor_compose_table_update()

jsonrpc_monitor_compose_update() seems to fit better than
jsonrpc_monitor_compose_table_update(), since it composes changes
from all tables.  Albeit the original one is named after the
<table-updates> object described in RFC 7047.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovsdb/jsonrpc-server.c
ovsdb/monitor.c
ovsdb/monitor.h