Changeset 146 for trunk/src


Ignore:
Timestamp:
02/18/09 23:46:37 (15 years ago)
Author:
tim
Message:

reorganized SK caching
refined interface to HBIN functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup-recover.c

    r145 r146  
    257257{
    258258  void_stack* path_stack = void_stack_new(REGFI_MAX_DEPTH);
    259   REGFI_HBIN* hbin;
     259  const REGFI_HBIN* hbin;
    260260  REGFI_NK_REC* cur_ancestor;
    261261  char* ret_val;
     
    465465  const range_list_element* cur_elem;
    466466  REGFI_VK_REC* vk;
    467   REGFI_HBIN* hbin;
     467  const REGFI_HBIN* hbin;
    468468  uint32 i, off, data_offset, data_maxsize;
    469469
     
    570570  REGFI_NK_REC* nk;
    571571  REGFI_VK_REC* vk;
    572   REGFI_HBIN* hbin;
     572  const REGFI_HBIN* hbin;
    573573  const range_list_element* cur_elem;
    574574  uint32 i, j, num_keys, off, values_length, max_length;
Note: See TracChangeset for help on using the changeset viewer.