GNUnet 0.21.1
GNUNET_TRANSPORT_SendMessageToAck Struct Reference

Inform transport that message was sent. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>

Collaboration diagram for GNUNET_TRANSPORT_SendMessageToAck:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG_ACK. More...
 
uint32_t status
 Success (GNUNET_OK), failure (GNUNET_SYSERR). More...
 
uint64_t mid
 Message ID of the original message. More...
 
uint32_t qid
 Queue ID for the queue which was used to send the message. More...
 
struct GNUNET_PeerIdentity receiver
 Receiver identifier. More...
 

Detailed Description

Inform transport that message was sent.

Definition at line 586 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_SendMessageToAck::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG_ACK.

Definition at line 591 of file transport.h.

◆ status

uint32_t GNUNET_TRANSPORT_SendMessageToAck::status

Success (GNUNET_OK), failure (GNUNET_SYSERR).

Definition at line 596 of file transport.h.

Referenced by send_ack().

◆ mid

uint64_t GNUNET_TRANSPORT_SendMessageToAck::mid

Message ID of the original message.

Definition at line 601 of file transport.h.

Referenced by handle_send_message_ack(), and send_ack().

◆ qid

uint32_t GNUNET_TRANSPORT_SendMessageToAck::qid

Queue ID for the queue which was used to send the message.

Definition at line 606 of file transport.h.

Referenced by handle_send_message_ack(), and send_ack().

◆ receiver

struct GNUNET_PeerIdentity GNUNET_TRANSPORT_SendMessageToAck::receiver

Receiver identifier.

Definition at line 611 of file transport.h.

Referenced by handle_send_message_ack(), and send_ack().


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