Changeset 72054 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Apr 27, 2018 9:18:51 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r71931 r72054 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. */1825 1824 RTListMove(&listLoadedCommands, &pThis->listHGCMCmd); 1826 1825
Note:
See TracChangeset
for help on using the changeset viewer.