]> xenbits.xensource.com Git - libvirt.git/commit
storage: 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:40:32 +0000 (17:40 +0000)
commitd8924a6408ebeb3eb012c6eb8c54640734a30b17
tree23f1a60f39c89a303e9212fa173945ad7fe4ad2c
parent5315d206985c7dc800971ce41afa2cc5c87c7678
storage: 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/storage/storage_driver.c