VirtualBox

Changeset 26165 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 2, 2010 7:50:31 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57179
Message:

PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdev.h

    r26164 r26165  
    248248    uint32_t            u32Version;
    249249    /** Device name. */
    250     char                szDeviceName[32];
     250    char                szName[32];
    251251    /** Name of the raw-mode context module (no path).
    252252     * Only evalutated if PDM_DEVREG_FLAGS_RC is set. */
  • trunk/include/VBox/pdmusb.h

    r26164 r26165  
    8888    uint32_t            u32Version;
    8989    /** Device name. */
    90     char                szDeviceName[32];
     90    char                szName[32];
    9191    /** The description of the device. The UTF-8 string pointed to shall, like this structure,
    9292     * remain unchanged from registration till VM destruction. */
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