]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.
authorAlex Wang <alexw@nicira.com>
Tue, 4 Aug 2015 21:49:11 +0000 (14:49 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 11 Aug 2015 02:53:49 +0000 (19:53 -0700)
commita660eac8f16889a16f5c672cc1fcf48298e2666a
treef0f69d06493c14dd69dcdd4f9c3597f942f2bd2e
parent00db2a607a22bc0d09e8a38404f10314c6b2362d
ovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.

The same function is defined in both ovn-controller.c and
ovn-controller-vtep.c, so worth librarizing.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
lib/ovsdb-idl.c
lib/ovsdb-idl.h
ovn/controller-vtep/ovn-controller-vtep.c
ovn/controller/ovn-controller.c