Changeset 30468 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Jun 28, 2010 1:58:04 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r30309 r30468 740 740 /* This is an extremely crude emulation, however it's good enough 741 741 * for our iSCSI code. INIP has no sendmsg(). */ 742 for (unsigned i = 0; i < pSgBuf->cSeg ; i++)743 { 744 rc = drvvdINIPWrite(Sock, pSgBuf->p caSeg[i].pvSeg,745 pSgBuf->p caSeg[i].cbSeg);742 for (unsigned i = 0; i < pSgBuf->cSegs; i++) 743 { 744 rc = drvvdINIPWrite(Sock, pSgBuf->paSegs[i].pvSeg, 745 pSgBuf->paSegs[i].cbSeg); 746 746 if (RT_FAILURE(rc)) 747 747 break;
Note:
See TracChangeset
for help on using the changeset viewer.