A group message body This allows forming an epoch group. More...
#include <gnunet_messenger_service.h>
Data Fields | |
| union GNUNET_MESSENGER_EpochIdentifier | identifier |
| The identifier of the group in an epoch. | |
| struct GNUNET_HashCode | initiator |
| The hash of the initiator group announcement. | |
| struct GNUNET_HashCode | partner |
| The hash of the partner group announcement. | |
| struct GNUNET_TIME_RelativeNBO | timeout |
| The timeout of the group formation. | |
A group message body This allows forming an epoch group.
Message-body-size: 168 bytes
Definition at line 974 of file gnunet_messenger_service.h.
| union GNUNET_MESSENGER_EpochIdentifier GNUNET_MESSENGER_MessageGroup::identifier |
The identifier of the group in an epoch.
Definition at line 979 of file gnunet_messenger_service.h.
Referenced by create_message_group(), decode_message_body(), encode_message_body(), get_epoch_proposal_group(), get_message_body_kind_size(), get_room_message_epoch_identifier(), handle_access_message(), handle_authorization_message(), handle_group_message(), on_message(), and set_epoch_proposal_group().
| struct GNUNET_HashCode GNUNET_MESSENGER_MessageGroup::initiator |
The hash of the initiator group announcement.
Definition at line 984 of file gnunet_messenger_service.h.
Referenced by create_message_group(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), handle_authorization_message(), on_message(), and send_epoch_group_authorization().
| struct GNUNET_HashCode GNUNET_MESSENGER_MessageGroup::partner |
The hash of the partner group announcement.
Definition at line 989 of file gnunet_messenger_service.h.
Referenced by create_message_group(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), handle_access_message(), handle_authorization_message(), on_message(), and send_epoch_group_authorization().
| struct GNUNET_TIME_RelativeNBO GNUNET_MESSENGER_MessageGroup::timeout |
The timeout of the group formation.
Definition at line 994 of file gnunet_messenger_service.h.
Referenced by create_message_group(), decode_message_body(), encode_message_body(), and get_message_body_kind_size().