Changeset 71931 in vbox
- Timestamp:
- Apr 20, 2018 10:25:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r71891 r71931 1822 1822 /* Get local copy of the list of loaded commands. */ 1823 1823 RTLISTANCHOR listLoadedCommands; 1824 RTListInit(&listLoadedCommands); /* RTListMove does not touch the destination is the source list is empty. */ 1824 1825 RTListMove(&listLoadedCommands, &pThis->listHGCMCmd); 1825 1826
Note:
See TracChangeset
for help on using the changeset viewer.