Changeset 108 for trunk/include


Ignore:
Timestamp:
04/29/08 14:17:48 (16 years ago)
Author:
tim
Message:

added least-recently-used cache structure.

set up SK records to use this instead of the linked list.

Location:
trunk/include
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r107 r108  
    4949#include "void_stack.h"
    5050#include "range_list.h"
     51#include "lru_cache.h"
    5152
    5253/******************************************************************************/
     
    263264  range_list* hbins;
    264265  range_list* unalloc_cells;
    265 
    266   /* file format information */
    267   REGF_SK_REC* sec_desc_list;   /* list of security descriptors referenced
    268                                  * by NK records
    269                                  */
    270  
     266  lru_cache* sk_recs;
     267
     268  /* file format information */ 
    271269  uint8  magic[REGF_MAGIC_SIZE];/* "regf" */
    272270  NTTIME mtime;
Note: See TracChangeset for help on using the changeset viewer.