• P
    daemon: Refactor connection driver module loading · 633b7592
    Peter Krempa 提交于
    Pass the registration function name to virDriverLoadModule so that we
    can later call specific functions if necessary (e.g. for testing
    purposes). This gets rid of the rather ugly automatic name generator and
    unifies the code to load/initialize the modules.
    
    It's also clear which registration function gets called.
    633b7592
driver.c 3.8 KB