]> xenbits.xensource.com Git - libvirt.git/commit
network: Use consistent function name prefixes for virnetworkobj
authorJohn Ferlan <jferlan@redhat.com>
Wed, 8 Mar 2017 16:41:18 +0000 (11:41 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 19 Apr 2017 00:25:38 +0000 (20:25 -0400)
commitbd13b26da25bd33ca3d8885448df76e5b3eecf6a
treee33c833abcce8fda73554d904bd8229e6169d754
parent4726020bc08108a172544190c3e9e7e1082f7f64
network: Use consistent function name prefixes for virnetworkobj

Use "virNetworkObj" as a prefix for any external API in virnetworkobj.

Also a couple of functions were local to virnetworkobj.c, so remove their
external defs in virnetworkobj.h.
src/conf/virnetworkobj.c
src/conf/virnetworkobj.h
src/libvirt_private.syms
src/network/bridge_driver.c
src/test/test_driver.c