Changeset 1312 for trunk/dll/init.h


Ignore:
Timestamp:
Dec 3, 2008, 1:47:37 AM (17 years ago)
Author:
Gregg Young
Message:

Fix for traps caused by race condition on directory deletes. This disables immediate updates for deleted directory and set a semaphore to allow the delete to complete before update. It also quotes the * on the extract command line which appears to allow tar 1.15 and higher to work. (Ticket 304)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.h

    r1303 r1312  
    9292extern ULONGLONG ullTmpSpaceNeeded;
    9393extern HMTX hmtxFM2Globals;
     94extern HMTX hmtxDeleteDir;
    9495
    9596#endif // INIT_H
Note: See TracChangeset for help on using the changeset viewer.