ovsdb: Only update monitor when necessary
authorAndy Zhou <azhou@nicira.com>
Thu, 11 Jun 2015 00:11:09 +0000 (17:11 -0700)
committerAndy Zhou <azhou@nicira.com>
Wed, 24 Jun 2015 00:06:57 +0000 (17:06 -0700)
commit58de87cc8e228abde0bb4c0072ea95b38e7e8c8a
treed7536ecf1231a2f2c25120cc880ec2b8929f39b2
parent23cbedb70b5507291b65dd10cdd0af5451d8e9b6
ovsdb: Only update monitor when necessary

Some DB modification transactions won't affect the columns of a monitor.
Skip those updates.

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