ovsdb: add ovsdb_monitor_row_update_type()
authorAndy Zhou <azhou@nicira.com>
Wed, 10 Jun 2015 20:19:43 +0000 (13:19 -0700)
committerAndy Zhou <azhou@nicira.com>
Wed, 24 Jun 2015 00:05:20 +0000 (17:05 -0700)
commit23cbedb70b5507291b65dd10cdd0af5451d8e9b6
tree99244c0c64681ff31060e2771d18fa31d05bfea9
parent1c218735054d30d636215f0a6cd899a156592070
ovsdb: add ovsdb_monitor_row_update_type()

The logic of determining row update type will be useful in the following
patch. Make it into a function.

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