On Tue, Nov 24, 2015 at 02:16:02PM -0800, Andy Zhou wrote: > From: Andy Zhou <az...@nicira.com> > > Add functions that can generate "update2" notification for a > "monitor2" session. "monitor2" and "update2" are RFC 7047 extensions > described by ovsdb-server(1) manpage. See the manpage changes > for more details. > > Signed-off-by: Andy Zhou <az...@nicira.com> > > --- > v1->v2: * remove ovsdb_monitor_compose_update2() function > > * change ovsdb_monitor_compose_update() to take a > compose_row_update() call back function pointer, so this > function can be common for generating both "update" and > "update2" message. > > * rafactor ovsdb_monitor_compse_row_update() and the ..update2() > functions, added a common function ovsdb_monitor_row_skip_update() > that both functions can share -- remove duplicated code. > > * Manpage update
Acked-by: Ben Pfaff <b...@ovn.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev