Changeset 30309 in vbox for trunk/src/VBox/Main/MediumImpl.cpp
- Timestamp:
- Jun 18, 2010 12:25:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r30292 r30309 673 673 m->vdIfCallsTcpNet.pfnRead = RTTcpRead; 674 674 m->vdIfCallsTcpNet.pfnWrite = RTTcpWrite; 675 m->vdIfCallsTcpNet.pfnSgWrite = RTTcpSgWrite; 675 676 m->vdIfCallsTcpNet.pfnFlush = RTTcpFlush; 677 m->vdIfCallsTcpNet.pfnSetSendCoalescing = RTTcpSetSendCoalescing; 676 678 m->vdIfCallsTcpNet.pfnGetLocalAddress = RTTcpGetLocalAddress; 677 679 m->vdIfCallsTcpNet.pfnGetPeerAddress = RTTcpGetPeerAddress;
Note:
See TracChangeset
for help on using the changeset viewer.