]> xenbits.xensource.com Git - libvirt.git/commit
bridge driver: s/network_driver/virNetworkDriverState/
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Mon, 22 Jul 2013 11:08:22 +0000 (15:08 +0400)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 22 Jul 2013 12:16:12 +0000 (14:16 +0200)
commit162e47795dcf79bb1783f52fdc3f0f95e49adba3
tree22c1aebfba93b6772d3d5c23d4e6e9806fb99387
parent0d7f45aea78f99c9aa4da9ba54352a4ff760bea3
bridge driver: s/network_driver/virNetworkDriverState/

This is another cleanup before extracting platform-specific
parts from bridge_driver.

Rename struct network_driver to _virNetworkDriverState and
add appropriate typedefs: virNetworkDriverState and
virNetworkDriverStatePtr.

This will help us to avoid potential problems when moving
this struct to the .h file.
src/network/bridge_driver.c