Changeset 33652 in vbox
- Timestamp:
- Nov 1, 2010 1:55:01 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67267
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplIO.cpp
r33651 r33652 77 77 /** Event for signaling a finished task of the worker thread. */ 78 78 RTSEMEVENT workFinishedEvent; 79 /** rtSha1 calculation context. */79 /** SHA1 calculation context. */ 80 80 RTSHA1CONTEXT ctx; 81 81 /** Write mode only: Memory buffer for writing zeros. */
Note:
See TracChangeset
for help on using the changeset viewer.