]> xenbits.xensource.com Git - libvirt.git/commit
network: move driver registration back to end of the file
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 26 Jan 2018 11:21:09 +0000 (11:21 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 31 Jan 2018 17:44:44 +0000 (17:44 +0000)
commitc9fc538939a61c2ba3b5028b77f5eca1eeb4c1ad
tree17fc2824516fba42f76b49a2479fde948e417e65
parentb8eb6194da6b39e2ddfdd4c7db9b82af221a48c9
network: move driver registration back to end of the file

By convention the last thing in the driver.c files should be the driver
callback table and function to register it.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/network/bridge_driver.c