Changeset 2863 for trunk/src/lib/nt/kFsCache.h
- Timestamp:
- Sep 2, 2016, 6:32:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/kFsCache.h
r2862 r2863 221 221 /** The number of child objects. */ 222 222 KU32 cChildren; 223 223 /** The allocated size of papChildren. */ 224 KU32 cChildrenAllocated; 225 226 /** Pointer to the hash table. 227 * @todo this isn't quite there yet, structure wise. sigh. */ 228 PKFSOBJHASH paHashTab; 224 229 /** The size of the hash table. 225 230 * @remarks The hash table is optional and only used when there are a lot of 226 231 * entries in the directory. */ 227 232 KU32 cHashTab; 228 /** Pointer to the hash table.229 * @todo this isn't quite there yet, structure wise. sigh. */230 PKFSOBJHASH paHashTab;231 233 232 234 /** Handle to the directory (we generally keep it open). */
Note:
See TracChangeset
for help on using the changeset viewer.