Re: [ovs-dev] [PATCH 2/3] db-ctl-base: Do not expose get_table() API

2015-07-09 Thread Andy Zhou
On Wed, Jul 8, 2015 at 11:44 PM, Alex Wang wrote: > > > On Tue, Jul 7, 2015 at 8:08 PM, Andy Zhou wrote: >> >> 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.

Re: [ovs-dev] [PATCH 2/3] db-ctl-base: Do not expose get_table() API

2015-07-08 Thread Alex Wang
On Tue, Jul 7, 2015 at 8:08 PM, Andy Zhou wrote: > 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. > > Signe