GNUnet 0.21.1
RecursionContext Struct Reference

Closure for the 'scan_callback'. More...

Collaboration diagram for RecursionContext:
[legend]

Data Fields

struct ScanTreeNodeparent
 Parent to add the files to. More...
 
int stop
 Flag to set to GNUNET_YES on serious errors. More...
 

Detailed Description

Closure for the 'scan_callback'.

Definition at line 254 of file gnunet-helper-fs-publish.c.

Field Documentation

◆ parent

struct ScanTreeNode* RecursionContext::parent

Parent to add the files to.

Definition at line 259 of file gnunet-helper-fs-publish.c.

Referenced by preprocess_file(), and scan_callback().

◆ stop

int RecursionContext::stop

Flag to set to GNUNET_YES on serious errors.

Definition at line 264 of file gnunet-helper-fs-publish.c.

Referenced by preprocess_file(), and scan_callback().


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