VirtualBox

Ignore:
Timestamp:
Jan 27, 2007 8:05:44 PM (18 years ago)
Author:
vboxsync
Message:

RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/memobj.h

    r217 r385  
    156156        {
    157157            /** The process that owns the locked memory.
    158              * This is NIL_RTPROCESS if it's kernel memory. */
    159             RTPROCESS   Process;
     158             * This is NIL_RTR0PROCESS if it's kernel memory. */
     159            RTR0PROCESS R0Process;
    160160        } Lock;
    161161
     
    173173        {
    174174            /** The process that owns the reserved memory.
    175              * This is NIL_RTPROCESS if it's kernel memory. */
    176             RTPROCESS   Process;
     175             * This is NIL_RTR0PROCESS if it's kernel memory. */
     176            RTR0PROCESS R0Process;
    177177        } ResVirt;
    178178
     
    181181        {
    182182            /** The process that owns the reserved memory.
    183              * This is NIL_RTPROCESS if it's kernel memory. */
    184             RTPROCESS   Process;
     183             * This is NIL_RTR0PROCESS if it's kernel memory. */
     184            RTR0PROCESS R0Process;
    185185        } Mapping;
    186186    } u;
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