GNUnet 0.21.1
BuilderEntry Struct Reference

Entries in the directory (builder). More...

Collaboration diagram for BuilderEntry:
[legend]

Data Fields

struct BuilderEntrynext
 This is a linked list. More...
 
size_t len
 Length of this entry. More...
 

Detailed Description

Entries in the directory (builder).

Definition at line 325 of file fs_directory.c.

Field Documentation

◆ next

struct BuilderEntry* BuilderEntry::next

This is a linked list.

Definition at line 330 of file fs_directory.c.

Referenced by GNUNET_FS_directory_builder_add(), and GNUNET_FS_directory_builder_finish().

◆ len

size_t BuilderEntry::len

Length of this entry.

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