GNUnet 0.21.1
GlueClosure Struct Reference

Closure for check_for_glue. More...

Collaboration diagram for GlueClosure:
[legend]

Data Fields

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

Detailed Description

Closure for check_for_glue.

Definition at line 578 of file gnunet-zoneimport.c.

Field Documentation

◆ req

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

◆ ns

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

◆ found

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


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