GNUnet 0.21.1
CollectFilesContext Struct Reference

Closure to collect_files_cb. More...

Data Fields

char ** files
 Collected files from globbing. More...
 
unsigned int files_length
 Size of the files array. More...
 

Detailed Description

Closure to collect_files_cb.

Definition at line 354 of file configuration.c.

Field Documentation

◆ files

char** CollectFilesContext::files

Collected files from globbing.

Definition at line 359 of file configuration.c.

Referenced by collect_files_cb(), GNUNET_CONFIGURATION_load_from(), and handle_inline().

◆ files_length

unsigned int CollectFilesContext::files_length

Size of the files array.

Definition at line 364 of file configuration.c.

Referenced by collect_files_cb(), GNUNET_CONFIGURATION_load_from(), and handle_inline().


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