Closure for check_for_glue. More...
Data Fields | |
struct Request * | req |
Overall request we are processing. More... | |
const char * | ns |
NS name we are looking for glue for. More... | |
int | found |
Set to GNUNET_YES if glue was found. More... | |
Closure for check_for_glue.
Definition at line 578 of file gnunet-zoneimport.c.
struct Request* GlueClosure::req |
Overall request we are processing.
Definition at line 583 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 588 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 593 of file gnunet-zoneimport.c.
Referenced by check_for_glue(), and process_record().