GNUnet 0.21.1
FileInfo Struct Reference

Closure for GNUNET_FS_data_reader_file_(). More...

Collaboration diagram for FileInfo:
[legend]

Data Fields

char * filename
 Name of the file to read. More...
 
struct GNUNET_DISK_FileHandlefd
 File descriptor, NULL if it has not yet been opened. More...
 

Detailed Description

Closure for GNUNET_FS_data_reader_file_().

Definition at line 412 of file fs_api.c.

Field Documentation

◆ filename

char* FileInfo::filename

Name of the file to read.

Definition at line 417 of file fs_api.c.

Referenced by GNUNET_FS_data_reader_file_(), and GNUNET_FS_make_file_reader_context_().

◆ fd

struct GNUNET_DISK_FileHandle* FileInfo::fd

File descriptor, NULL if it has not yet been opened.

Definition at line 422 of file fs_api.c.

Referenced by GNUNET_FS_data_reader_file_().


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