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>
Wed, 24 Feb 2016 23:55:18 +0000 (15:55 -0800)
commit765b5a0e09353e58614c14cb980c389b614ae7ec
tree71fe25f7e15b4b50303f1d82add3b8102d5a88ac
parent5e22917729791c66ea9f5dd74b36858fa73b1b28
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