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... | |
Struct to tracked messages in message control flow.
Definition at line 861 of file gnunet-service-setu.c.
enum MESSAGE_CONTROL_FLOW_STATE messageControlFlowElement::offer |
Track the message control state of the offer message.
Definition at line 866 of file gnunet-service-setu.c.
Referenced by is_message_in_message_control_flow(), and update_message_control_flow().
enum MESSAGE_CONTROL_FLOW_STATE messageControlFlowElement::demand |
Track the message control state of the demand message.
Definition at line 870 of file gnunet-service-setu.c.
Referenced by is_message_in_message_control_flow(), and update_message_control_flow().
enum MESSAGE_CONTROL_FLOW_STATE messageControlFlowElement::element |
Track the message control state of the element message.
Definition at line 874 of file gnunet-service-setu.c.
Referenced by determinate_done_message_iterator(), is_message_in_message_control_flow(), and update_message_control_flow().