Changeset 39352 in vbox for trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp
- Timestamp:
- Nov 17, 2011 3:10:13 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74934
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp
r39351 r39352 1101 1101 1102 1102 /* Signal the thread to read more data in the mean time. */ 1103 if ( 1104 && 1103 if ( RT_SUCCESS(rc) 1104 && RTCircBufFree(pInt->pCircBuf) >= (RTCircBufSize(pInt->pCircBuf) / 2)) 1105 1105 rc = sha1SignalManifestThread(pInt, STATUS_READ); 1106 1106
Note:
See TracChangeset
for help on using the changeset viewer.