Changeset 106 for trunk/include/regfi.h


Ignore:
Timestamp:
04/18/08 00:16:51 (16 years ago)
Author:
tim
Message:

replaced linked list hbin lookup with range_list based binary search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfi.h

    r105 r106  
    109109
    110110/* HBIN block */
    111 struct regf_hbin;
    112111typedef struct regf_hbin
    113112{
    114   struct regf_hbin* prev;
    115   struct regf_hbin* next;
    116113  uint32 file_off;       /* my offset in the registry file */
    117114  uint32 ref_count;      /* how many active records are pointing to this
     
    260257  uint32 file_length;
    261258  void* mem_ctx;  /* memory context for run-time file access information */
    262   REGF_HBIN* block_list; /* list of open hbin blocks */
    263259
    264260  /* Experimental hbin lists */
Note: See TracChangeset for help on using the changeset viewer.