Changeset 32909 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Oct 5, 2010 12:31:36 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66392
- Location:
- trunk/src/VBox/GuestHost/OpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/cr_net.h
r30440 r32909 167 167 int total_bytes_sent; 168 168 int total_bytes_recv; 169 int recv_count; 169 170 170 171 /* credits for flow control */ -
trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c
r32511 r32909 717 717 conn->recv_credits -= len; 718 718 conn->total_bytes_recv += len; 719 conn->recv_count++; 719 720 720 721 crNetDispatchMessage( g_crvboxhgcm.recv_list, conn, msg, len );
Note:
See TracChangeset
for help on using the changeset viewer.