GNUnet  0.19.3
DirScanContext Struct Reference

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...
 

Detailed Description

Closure for hosts_directory_scan_callback().

Definition at line 481 of file gnunet-service-peerinfo.c.

Field Documentation

◆ remove_files

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().

◆ matched

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().


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