Closure for 'find_trees'. More...
Data Fields | |
| struct GNUNET_FS_UpdateInformationGraph * | uig |
| UIG we are operating on. | |
| struct NamespaceUpdateNode ** | tree_array |
| Array with 'head's of TREEs. | |
| unsigned int | tree_array_size |
| Size of 'tree_array'. | |
| unsigned int | nug |
| Current generational ID used. | |
| unsigned int | id |
| Identifier for the current TREE, or UINT_MAX for none yet. | |
Closure for 'find_trees'.
Definition at line 561 of file fs_namespace.c.
| struct GNUNET_FS_UpdateInformationGraph* FindTreeClosure::uig |
UIG we are operating on.
Definition at line 566 of file fs_namespace.c.
Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().
| struct NamespaceUpdateNode** FindTreeClosure::tree_array |
Array with 'head's of TREEs.
Definition at line 571 of file fs_namespace.c.
Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().
| unsigned int FindTreeClosure::tree_array_size |
Size of 'tree_array'.
Definition at line 576 of file fs_namespace.c.
Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().
| unsigned int FindTreeClosure::nug |
Current generational ID used.
Definition at line 581 of file fs_namespace.c.
Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().
| unsigned int FindTreeClosure::id |
Identifier for the current TREE, or UINT_MAX for none yet.
Definition at line 586 of file fs_namespace.c.
Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().