GNUnet 0.21.1
FindTreeClosure Struct Reference

Closure for 'find_trees'. More...

Collaboration diagram for FindTreeClosure:
[legend]

Data Fields

struct GNUNET_FS_UpdateInformationGraphuig
 UIG we are operating on. More...
 
struct NamespaceUpdateNode ** tree_array
 Array with 'head's of TREEs. More...
 
unsigned int tree_array_size
 Size of 'tree_array'. More...
 
unsigned int nug
 Current generational ID used. More...
 
unsigned int id
 Identifier for the current TREE, or UINT_MAX for none yet. More...
 

Detailed Description

Closure for 'find_trees'.

Definition at line 557 of file fs_namespace.c.

Field Documentation

◆ uig

struct GNUNET_FS_UpdateInformationGraph* FindTreeClosure::uig

UIG we are operating on.

Definition at line 562 of file fs_namespace.c.

Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().

◆ tree_array

struct NamespaceUpdateNode** FindTreeClosure::tree_array

Array with 'head's of TREEs.

Definition at line 567 of file fs_namespace.c.

Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().

◆ tree_array_size

unsigned int FindTreeClosure::tree_array_size

Size of 'tree_array'.

Definition at line 572 of file fs_namespace.c.

Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().

◆ nug

unsigned int FindTreeClosure::nug

Current generational ID used.

Definition at line 577 of file fs_namespace.c.

Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().

◆ id

unsigned int FindTreeClosure::id

Identifier for the current TREE, or UINT_MAX for none yet.

Definition at line 582 of file fs_namespace.c.

Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().


The documentation for this struct was generated from the following file: