]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb-idl: Break out database-specific stuff into new data structure.
authorBen Pfaff <blp@ovn.org>
Fri, 15 Dec 2017 18:59:36 +0000 (10:59 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 24 Mar 2018 19:04:51 +0000 (12:04 -0700)
commit1456335dc59917535a5bc6c3fc74231395100263
tree85a7570885cc4ae094d21f721132b9890c9b6ccb
parent077f03028bbea3073c362b146a0891bf5040ca15
ovsdb-idl: Break out database-specific stuff into new data structure.

Until now, a given ovsdb-idl instances has only monitored a single
database.  In an upcoming commit, it will grow to also monitor a second
database that represents the state of the database server itself.  Much of
the work is the same for both databases, so this commit breaks the common
code and data out into new data structures and functions.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
lib/ovsdb-idl-provider.h
lib/ovsdb-idl.c
lib/ovsdb-idl.h