mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
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>
This commit is contained in:
@@ -250,9 +250,8 @@ struct ctl_table_class {
|
||||
* entry. */
|
||||
extern const struct ctl_table_class tables[];
|
||||
|
||||
const struct ctl_table_class *get_table(const char *table_name);
|
||||
void set_column(const struct ctl_table_class *,
|
||||
const struct ovsdb_idl_row *, const char *arg,
|
||||
struct ovsdb_symbol_table *);
|
||||
void ctl_set_column(const char *table_name,
|
||||
const struct ovsdb_idl_row *, const char *arg,
|
||||
struct ovsdb_symbol_table *);
|
||||
|
||||
#endif /* db-ctl-base.h */
|
||||
|
Reference in New Issue
Block a user