Ignore:
Timestamp:
Sep 2, 2016, 6:32:50 PM (9 years ago)
Author:
bird
Message:

updates

File:
1 edited

Legend:

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

    r2862 r2863  
    221221    /** The number of child objects. */
    222222    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;
    224229    /** The size of the hash table.
    225230     * @remarks The hash table is optional and only used when there are a lot of
    226231     *          entries in the directory. */
    227232    KU32                cHashTab;
    228     /** Pointer to the hash table.
    229      * @todo this isn't quite there yet, structure wise. sigh.  */
    230     PKFSOBJHASH         paHashTab;
    231233
    232234    /** Handle to the directory (we generally keep it open). */
Note: See TracChangeset for help on using the changeset viewer.