Closure for check_for_glue. More...
Data Fields | |
struct Request * | req |
Overall request we are processing. | |
const char * | ns |
NS name we are looking for glue for. | |
int | found |
Set to GNUNET_YES if glue was found. | |
Closure for check_for_glue.
Definition at line 648 of file gnunet-zoneimport.c.
struct Request* GlueClosure::req |
Overall request we are processing.
Definition at line 653 of file gnunet-zoneimport.c.
Referenced by check_for_glue(), and process_record().
const char* GlueClosure::ns |
NS name we are looking for glue for.
Definition at line 658 of file gnunet-zoneimport.c.
Referenced by check_for_glue(), and process_record().
int GlueClosure::found |
Set to GNUNET_YES if glue was found.
Definition at line 663 of file gnunet-zoneimport.c.
Referenced by check_for_glue(), and process_record().