Context for record remove operations passed from handle_zone_to_name to handle_zone_to_name_it as closure. More...
Data Fields | |
struct NamestoreClient * | nc |
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... | |
Context for record remove operations passed from handle_zone_to_name to handle_zone_to_name_it as closure.
Definition at line 1987 of file gnunet-service-namestore.c.
struct NamestoreClient* ZoneToNameCtx::nc |
Namestore client.
Definition at line 1992 of file gnunet-service-namestore.c.
Referenced by handle_zone_to_name(), and handle_zone_to_name_it().
uint32_t ZoneToNameCtx::rid |
Request id (to be used in the response to the client).
Definition at line 1997 of file gnunet-service-namestore.c.
Referenced by handle_zone_to_name(), and handle_zone_to_name_it().
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 2004 of file gnunet-service-namestore.c.
Referenced by handle_zone_to_name(), and handle_zone_to_name_it().