ovsdb: rename variables in ovsdb_monitor_get_update()
authorAndy Zhou <azhou@ovn.org>
Mon, 22 Feb 2016 08:31:03 +0000 (00:31 -0800)
committerAndy Zhou <azhou@ovn.org>
Thu, 25 Feb 2016 00:17:38 +0000 (16:17 -0800)
commit11e4d6542529d944d45916fe06b620b81a4d6ab7
tree78b9e4acd71e5b7053c88ac67da02c9a01fe8703
parentd2c9462c96e6f48b150c03e9191cff53d8e5c307
ovsdb: rename variables in ovsdb_monitor_get_update()

'prev_txn' and 'next_txn" are more confusing than 'unflushed' and
'unflushed_next'. Rename them.

Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Liran Schour <lirans@il.ibm.com>
Acked-by: Ben Pfaff <blp@ovn.org>
ovsdb/monitor.c