db-ctl-base: remove the recurse member from struct cmd_show_table
authorAndy Zhou <azhou@nicira.com>
Fri, 17 Jul 2015 23:39:07 +0000 (16:39 -0700)
committerAndy Zhou <azhou@nicira.com>
Thu, 23 Jul 2015 20:18:01 +0000 (13:18 -0700)
commit6530be3ba04e4679824709c922eb501bcb77806e
treef056fbebf147217c55f9484c2b245d7274db8eef
parentecbc260f00a3696cb86dd18920d87f68b8d1c25a
db-ctl-base: remove the recurse member from struct cmd_show_table

The 'recurse' is used during run time to suppress duplicated prints.
It is not essential to describe how show command should work.

This patch remove the 'recurse' member. Duplicated prints is now
suppressed by maintaining an 'sset' of tables that have been printed
at run time.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/db-ctl-base.c
lib/db-ctl-base.h
utilities/ovs-vsctl.c
vtep/vtep-ctl.c