db-ctl-base: do not expose get_table() API
authorAndy Zhou <azhou@nicira.com>
Wed, 8 Jul 2015 02:34:28 +0000 (19:34 -0700)
committerAndy Zhou <azhou@nicira.com>
Mon, 13 Jul 2015 07:40:58 +0000 (00:40 -0700)
commit15ffc2028265d073d526ea08010ba3365cb16d5d
treeed3f2b1ff976a269f23e6ea20a6f0898ac2c3a0a
parent07d2723a27b54742bec9a52c8c74342da81ca0a9
db-ctl-base: do not expose get_table() API

Both get_table() and set_cloum() APIs are mostly used within db-ctl-base
library. This patch makes both private to the library.

Add a new ctl_set_colum() API for library client.

The changes are cleanups. No functional changes.

Signed-off-by: Andy Zhou <azhou@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
lib/db-ctl-base.c
lib/db-ctl-base.h
utilities/ovs-vsctl.c