GNUnet 0.21.1
ProcessRecordContext Struct Reference

Closure for process_record(). More...

Collaboration diagram for ProcessRecordContext:
[legend]

Data Fields

struct GNUNET_DNSPARSER_Packetp
 Answer we got back and are currently parsing, or NULL if not active. More...
 
struct Requestreq
 Request we are processing. More...
 

Detailed Description

Closure for process_record().

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

Field Documentation

◆ p

struct GNUNET_DNSPARSER_Packet* ProcessRecordContext::p

Answer we got back and are currently parsing, or NULL if not active.

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

Referenced by process_record().

◆ req

struct Request* ProcessRecordContext::req

Request we are processing.

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

Referenced by process_record(), and process_result().


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