GNUnet 0.21.1
GNUNET_RESOLVER_ResponseMessage Struct Reference

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/util/resolver.h>

Collaboration diagram for GNUNET_RESOLVER_ResponseMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE. More...
 
uint32_t client_id
 identifies the request this message responds to. More...
 

Detailed Description

Definition at line 72 of file resolver.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_RESOLVER_ResponseMessage::header

Type: GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE.

Definition at line 77 of file resolver.h.

◆ client_id

uint32_t GNUNET_RESOLVER_ResponseMessage::client_id

identifies the request this message responds to.

The client has to match response to request by this identifier.

Definition at line 83 of file resolver.h.


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