Ignore:
Timestamp:
Jun 5, 2020, 6:17:17 PM (5 years ago)
Author:
bird
Message:

kmk,kFsCache: Added variant of kFsCacheInvalidateAll that also closes directory handles, we need to do this befor ere-executing kmk after having remake some include file we needed. It messes up fetching otherwise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/kFsCache.h

    r3199 r3359  
    555555void        kFsCacheInvalidateMissing(PKFSCACHE pCache);
    556556void        kFsCacheInvalidateAll(PKFSCACHE pCache);
     557void        kFsCacheInvalidateAllAndCloseDirs(PKFSCACHE pCache, KBOOL fIncludingRoot);
    557558void        kFsCacheInvalidateCustomMissing(PKFSCACHE pCache);
    558559void        kFsCacheInvalidateCustomBoth(PKFSCACHE pCache);
Note: See TracChangeset for help on using the changeset viewer.