Changeset 50973 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/cr_net.h
- Timestamp:
- Apr 4, 2014 6:31:40 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_net.h
r42499 r50973 36 36 #include <iprt/types.h> 37 37 #include <iprt/thread.h> 38 #include <iprt/list.h> 38 39 39 40 #ifdef __cplusplus … … 245 246 CRVBOXHGSMI_CMDDATA CmdData; 246 247 # endif 248 RTLISTANCHOR PendingMsgList; 247 249 #endif 248 250 /* Used on host side to indicate that we are not allowed to store above pointers for later use
Note:
See TracChangeset
for help on using the changeset viewer.