Closure for hosts_directory_scan_callback(). More...
Data Fields | |
int | remove_files |
GNUNET_YES if we should remove files that are broken, GNUNET_NO if the directory we are iterating over should be treated as read-only by us. More... | |
unsigned int | matched |
Counter for the number of (valid) entries found, incremented by one for each match. More... | |
Closure for hosts_directory_scan_callback().
Definition at line 481 of file gnunet-service-peerinfo.c.
int DirScanContext::remove_files |
GNUNET_YES if we should remove files that are broken, GNUNET_NO if the directory we are iterating over should be treated as read-only by us.
Definition at line 488 of file gnunet-service-peerinfo.c.
Referenced by cron_scan_directory_data_hosts(), hosts_directory_scan_callback(), and run().
unsigned int DirScanContext::matched |
Counter for the number of (valid) entries found, incremented by one for each match.
Definition at line 494 of file gnunet-service-peerinfo.c.
Referenced by cron_scan_directory_data_hosts(), hosts_directory_scan_callback(), and run().