|
unbound
0.1
|
this represents the data that has been collected as well as a todo list and some settings More...
Data Fields | |
| struct ub_ctx * | ctx |
| the unbound context | |
| struct labdata * | root |
| a tree per label; thus this first one is one root entry, that has a tree of TLD labels. | |
| struct todo_item * | orig_list |
| the original query list | |
| struct todo_item * | todo_list |
| the query list todo | |
| struct todo_item * | todo_last |
| last item in todo list | |
| int | numtodo |
| number of todo items | |
| char * | resultdir |
| where to store the results | |
| int | maxdepth |
| maximum recursion depth | |
| int | curdepth |
| current recursion depth | |
| int | maxlabels |
| max depth of labels | |
| int | num_rrs |
| number of RRs stored | |
| int | num_zones |
| number of zones written | |
this represents the data that has been collected as well as a todo list and some settings
| struct labdata* harvest_data::root |
a tree per label; thus this first one is one root entry, that has a tree of TLD labels.
Those have trees of SLD labels.
Referenced by find_create_lab(), harvest_output(), and main().
1.7.6.1