Skip to content

Commit

Permalink
Updated README.globals.
Browse files Browse the repository at this point in the history
git-svn-id: http://ext3grep.googlecode.com/svn/trunk@65 bd4756ed-6648-0410-a231-31fef783fe29
  • Loading branch information
carlo.wood committed Mar 29, 2008
1 parent 6be4001 commit e681594
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.globals
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,8 @@ See http://groups.google.com/group/ext3grep/web/functions-generating-stage-1
- std::map<std::string, Directory> all_directories
New elements are inserted during stage 2 in init_directories_action() or while loading stage 2.
init_directories_action() is called from iterate_over_directory(), from
init_directories() for the root directory start block, and then from
link_extended_directory_block_to_inode() called from a loop over extended_blocks after
that in init_directories().
init_directories() for the root directory blocks, and recursively from
init_directories_action() for extended directory blocks.

- std::map<uint32_t, all_directories_type::iterator> inode_to_directory
New elements are inserted during stage 2 in init_directories_action() or while loading stage 2.
Expand Down

0 comments on commit e681594

Please sign in to comment.