Information about an (updateable) node in the namespace. More...
Data Fields | |
char * | id |
Identifier for this node. More... | |
char * | update |
Identifier of children of this node. More... | |
struct GNUNET_FS_MetaData * | md |
Metadata for this entry. More... | |
struct GNUNET_FS_Uri * | uri |
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... | |
Information about an (updateable) node in the namespace.
Definition at line 41 of file fs_namespace.c.
char* NamespaceUpdateNode::id |
Identifier for this node.
Definition at line 46 of file fs_namespace.c.
Referenced by free_update_information_graph(), GNUNET_FS_namespace_list_updateable(), GNUNET_FS_publish_sks(), GNUNET_FS_publish_sks_cancel(), process_update_node(), read_update_information_graph(), and write_update_information_graph().
char* NamespaceUpdateNode::update |
Identifier of children of this node.
Definition at line 51 of file fs_namespace.c.
Referenced by find_trees(), free_update_information_graph(), GNUNET_FS_namespace_list_updateable(), GNUNET_FS_publish_sks(), GNUNET_FS_publish_sks_cancel(), process_update_node(), read_update_information_graph(), and write_update_information_graph().
struct GNUNET_FS_MetaData* NamespaceUpdateNode::md |
Metadata for this entry.
Definition at line 56 of file fs_namespace.c.
Referenced by free_update_information_graph(), GNUNET_FS_namespace_list_updateable(), GNUNET_FS_publish_sks(), GNUNET_FS_publish_sks_cancel(), process_update_node(), read_update_information_graph(), and write_update_information_graph().
struct GNUNET_FS_Uri* NamespaceUpdateNode::uri |
URI of this entry in the namespace.
Definition at line 61 of file fs_namespace.c.
Referenced by free_update_information_graph(), GNUNET_FS_namespace_list_updateable(), GNUNET_FS_publish_sks(), GNUNET_FS_publish_sks_cancel(), process_update_node(), read_update_information_graph(), and write_update_information_graph().
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().
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().