VirtualBox

Changeset 37418 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jun 11, 2011 8:22:10 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72217
Message:

Fixed a uninitialized variable in a PDM driver method used by VBoxBFE to register its statically linked drivers. Renamed the method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdrv.h

    r36573 r37418  
    17661766typedef DECLCALLBACK(int) FNPDMVBOXDRIVERSREGISTER(PCPDMDRVREGCB pCallbacks, uint32_t u32Version);
    17671767
    1768 VMMR3DECL(int) PDMR3RegisterDrivers(PVM pVM, FNPDMVBOXDRIVERSREGISTER pfnCallback);
     1768VMMR3DECL(int) PDMR3DrvStaticRegistration(PVM pVM, FNPDMVBOXDRIVERSREGISTER pfnCallback);
    17691769
    17701770#endif /* IN_RING3 */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette