GNUnet 0.21.1
NamespaceUpdateNode Struct Reference

Information about an (updateable) node in the namespace. More...

Collaboration diagram for NamespaceUpdateNode:
[legend]

Data Fields

char * id
 Identifier for this node. More...
 
char * update
 Identifier of children of this node. More...
 
struct GNUNET_FS_MetaDatamd
 Metadata for this entry. More...
 
struct GNUNET_FS_Uriuri
 URI of this entry in the namespace. More...
 
unsigned int nug
 Namespace update generation ID. More...
 
unsigned int tree_id
 TREE this entry belongs to (if nug is current). More...
 

Detailed Description

Information about an (updateable) node in the namespace.

Definition at line 41 of file fs_namespace.c.

Field Documentation

◆ id

◆ update

◆ md

◆ uri

◆ nug

unsigned int NamespaceUpdateNode::nug

Namespace update generation ID.

Used to ensure freshness of the tree_id.

Definition at line 67 of file fs_namespace.c.

Referenced by find_trees(), and GNUNET_FS_namespace_list_updateable().

◆ tree_id

unsigned int NamespaceUpdateNode::tree_id

TREE this entry belongs to (if nug is current).

Definition at line 72 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: