VirtualBox

Changeset 60397 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Apr 8, 2016 4:28:04 PM (9 years ago)
Author:
vboxsync
Message:

PDMInternal.h: Alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r60396 r60397  
    11331133    /** @name   VMM device heap
    11341134     * @{ */
    1135     /** Pointer to the heap base (MMIO2 ring-3 mapping). NULL if not registered. */
    1136     RTR3PTR                         pvVMMDevHeap;
    11371135    /** The heap size. */
    11381136    uint32_t                        cbVMMDevHeap;
    11391137    /** Free space. */
    11401138    uint32_t                        cbVMMDevHeapLeft;
     1139    /** Pointer to the heap base (MMIO2 ring-3 mapping). NULL if not registered. */
     1140    RTR3PTR                         pvVMMDevHeap;
     1141    /** Ring-3 mapping/unmapping notification callback for the user. */
     1142    PFNPDMVMMDEVHEAPNOTIFY          pfnVMMDevHeapNotify;
    11411143    /** The current mapping. NIL_RTGCPHYS if not mapped or registered. */
    11421144    RTGCPHYS                        GCPhysVMMDevHeap;
    1143     /** Ring-3 mapping/unmapping notification callback for the user. */
    1144     PFNPDMVMMDEVHEAPNOTIFY          pfnVMMDevHeapNotify;
    11451145    /** @} */
    11461146
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