VirtualBox

Changeset 64392 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 24, 2016 2:27:35 PM (8 years ago)
Author:
vboxsync
Message:

PDMPCIDEV: s/name/pszName/ everywhere, removing the legacy alias.

File:
1 edited

Legend:

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

    r64391 r64392  
    153153    uint32_t                uDevFn;
    154154    uint32_t                Alignment0; /**< Alignment. */
    155 
    156     union
    157     {
    158         /** Device name. */
    159         R3PTRTYPE(const char *) pszNameR3;
    160 #ifndef PDMPCIDEVICE_NO_DEPRECATED
    161         /** @deprecated Use pszNameR3! */
    162         R3PTRTYPE(const char *) name;
    163 #endif
    164     };
     155    /** Device name. */
     156    R3PTRTYPE(const char *) pszNameR3;
    165157    /** Reserved. */
    166158    RTR3PTR                 pvReserved;
Note: See TracChangeset for help on using the changeset viewer.

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