Closure for the 'scan_callback'. More...
Data Fields | |
struct ScanTreeNode * | parent |
Parent to add the files to. More... | |
int | stop |
Flag to set to GNUNET_YES on serious errors. More... | |
Closure for the 'scan_callback'.
Definition at line 254 of file gnunet-helper-fs-publish.c.
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().
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().