GNUnet 0.21.1
messageControlFlowElement Struct Reference

Struct to tracked messages in message control flow. More...

Data Fields

enum MESSAGE_CONTROL_FLOW_STATE offer
 Track the message control state of the offer message. More...
 
enum MESSAGE_CONTROL_FLOW_STATE demand
 Track the message control state of the demand message. More...
 
enum MESSAGE_CONTROL_FLOW_STATE element
 Track the message control state of the element message. More...
 

Detailed Description

Struct to tracked messages in message control flow.

Definition at line 862 of file gnunet-service-setu.c.

Field Documentation

◆ offer

enum MESSAGE_CONTROL_FLOW_STATE messageControlFlowElement::offer

Track the message control state of the offer message.

Definition at line 867 of file gnunet-service-setu.c.

Referenced by is_message_in_message_control_flow(), and update_message_control_flow().

◆ demand

enum MESSAGE_CONTROL_FLOW_STATE messageControlFlowElement::demand

Track the message control state of the demand message.

Definition at line 871 of file gnunet-service-setu.c.

Referenced by is_message_in_message_control_flow(), and update_message_control_flow().

◆ element

enum MESSAGE_CONTROL_FLOW_STATE messageControlFlowElement::element

Track the message control state of the element message.

Definition at line 875 of file gnunet-service-setu.c.

Referenced by determinate_done_message_iterator(), is_message_in_message_control_flow(), and update_message_control_flow().


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