GNUnet 0.21.1
ZoneToNameCtx Struct Reference

Context for record remove operations passed from handle_zone_to_name to handle_zone_to_name_it as closure. More...

Collaboration diagram for ZoneToNameCtx:
[legend]

Data Fields

struct NamestoreClientnc
 Namestore client. More...
 
uint32_t rid
 Request id (to be used in the response to the client). More...
 
enum GNUNET_ErrorCode ec
 Set to GNUNET_OK on success, GNUNET_SYSERR on error. More...
 

Detailed Description

Context for record remove operations passed from handle_zone_to_name to handle_zone_to_name_it as closure.

Definition at line 1975 of file gnunet-service-namestore.c.

Field Documentation

◆ nc

struct NamestoreClient* ZoneToNameCtx::nc

Namestore client.

Definition at line 1980 of file gnunet-service-namestore.c.

Referenced by handle_zone_to_name(), and handle_zone_to_name_it().

◆ rid

uint32_t ZoneToNameCtx::rid

Request id (to be used in the response to the client).

Definition at line 1985 of file gnunet-service-namestore.c.

Referenced by handle_zone_to_name(), and handle_zone_to_name_it().

◆ ec

enum GNUNET_ErrorCode ZoneToNameCtx::ec

Set to GNUNET_OK on success, GNUNET_SYSERR on error.

Note that not finding a name for the zone still counts as a 'success' here, as this field is about the success of executing the IPC protocol.

Definition at line 1992 of file gnunet-service-namestore.c.

Referenced by handle_zone_to_name(), and handle_zone_to_name_it().


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