GNUnet 0.21.1
GNUNET_FS_DirectoryBuilder Struct Reference

Internal state of a directory builder. More...

Collaboration diagram for GNUNET_FS_DirectoryBuilder:
[legend]

Data Fields

struct GNUNET_FS_MetaDatameta
 Meta-data for the directory itself. More...
 
struct BuilderEntryhead
 Head of linked list of entries. More...
 
unsigned int count
 Number of entries in the directory. More...
 

Detailed Description

Internal state of a directory builder.

Definition at line 341 of file fs_directory.c.

Field Documentation

◆ meta

struct GNUNET_FS_MetaData* GNUNET_FS_DirectoryBuilder::meta

Meta-data for the directory itself.

Definition at line 346 of file fs_directory.c.

Referenced by GNUNET_FS_directory_builder_finish().

◆ head

struct BuilderEntry* GNUNET_FS_DirectoryBuilder::head

Head of linked list of entries.

Definition at line 351 of file fs_directory.c.

Referenced by GNUNET_FS_directory_builder_add(), and GNUNET_FS_directory_builder_finish().

◆ count

unsigned int GNUNET_FS_DirectoryBuilder::count

Number of entries in the directory.

Definition at line 356 of file fs_directory.c.

Referenced by GNUNET_FS_directory_builder_add(), and GNUNET_FS_directory_builder_finish().


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