Changeset 1838 for trunk/dll/init.h
- Timestamp:
- Aug 3, 2015, 12:14:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.h
r1786 r1838 41 41 30 Aug 14 GKY Add semaphore hmtxFiltering to prevent freeing dcd while filtering. Prevents 42 42 a trap when FM2 is shutdown while directory containers are still populating 43 02 Aug 15 GKY Serialize local hard drive scanning to reduce drive thrashing continue to scan 44 all other drive types in separate threads. 43 45 44 46 ***********************************************************************/ … … 238 240 extern HMTX hmtxFM2Delete; 239 241 extern HMTX hmtxScanning; 242 extern HMTX hmtxScanningLocalHD; 243 extern HMTX hmtxScanningLocal; 240 244 extern HMTX hmtxFiltering; 241 245 extern HEV hevTreeCnrScanComplete;
Note:
See TracChangeset
for help on using the changeset viewer.