Changeset 33540 in vbox for trunk/src/VBox/GuestHost/OpenGL/include/cr_net.h
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_net.h
r32924 r33540 226 226 #endif 227 227 /* Used on host side to indicate that we are not allowed to store above pointers for later use 228 * in crVBoxHGCMReceiveMessage. As those messages are going to be processed after the correspo ding228 * in crVBoxHGCMReceiveMessage. As those messages are going to be processed after the corresponding 229 229 * HGCM call is finished and memory is freed. So we have to store a copy. 230 230 * This happens when message processing for client associated with this connection 231 * is blocked by another client, which has send us glBegin call and we're waiting to rec ieve glEnd.231 * is blocked by another client, which has send us glBegin call and we're waiting to receive glEnd. 232 232 */ 233 233 uint8_t allow_redir_ptr;
Note:
See TracChangeset
for help on using the changeset viewer.