Changeset 109 for trunk/include
- Timestamp:
- 04/29/08 16:38:27 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r108 r109 182 182 typedef struct _regf_sk_rec 183 183 { 184 struct _regf_sk_rec* next;185 struct _regf_sk_rec* prev;186 184 REGF_HBIN* hbin; /* pointer to HBIN record (in memory) containing 187 185 * this nk record … … 215 213 /* link in the other records here */ 216 214 REGF_VK_REC** values; 217 REGF_SK_REC* sec_desc;218 215 REGF_HASH_LIST* subkeys; 219 216 … … 264 261 range_list* hbins; 265 262 range_list* unalloc_cells; 266 lru_cache* sk_recs;267 263 268 264 /* file format information */ … … 295 291 REGF_FILE* f; 296 292 void_stack* key_positions; 293 lru_cache* sk_recs; 297 294 REGF_NK_REC* cur_key; 298 295 uint32 cur_subkey; … … 336 333 const char** path); 337 334 const REGF_NK_REC* regfi_iterator_cur_key(REGFI_ITERATOR* i); 335 const REGF_SK_REC* regfi_iterator_cur_sk(REGFI_ITERATOR* i); 338 336 const REGF_NK_REC* regfi_iterator_first_subkey(REGFI_ITERATOR* i); 339 337 const REGF_NK_REC* regfi_iterator_cur_subkey(REGFI_ITERATOR* i);
Note: See TracChangeset
for help on using the changeset viewer.