GNUnet 0.24.4-talerdev.1-26-g056a24676
 
Loading...
Searching...
No Matches
GlueClosure Struct Reference

Closure for check_for_glue. More...

Collaboration diagram for GlueClosure:
[legend]

Data Fields

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

Detailed Description

Closure for check_for_glue.

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

Field Documentation

◆ req

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

◆ ns

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

◆ found

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


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