A peer message body. More...
#include <gnunet_messenger_service.h>
Data Fields | |
struct GNUNET_PeerIdentity | peer |
The peer identity of the sender opening a room. More... | |
A peer message body.
This allows informing others to open a peer as a door to the current room.
Message-body-size: 32 bytes
Definition at line 331 of file gnunet_messenger_service.h.
struct GNUNET_PeerIdentity GNUNET_MESSENGER_MessagePeer::peer |
The peer identity of the sender opening a room.
Definition at line 308 of file gnunet_messenger_service.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), create_message_peer(), decode_message_body(), encode_message_body(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), get_message_body_kind_size(), handle_message_miss(), handle_message_peer(), on_message(), and recv_message_peer().