A tag message body This allows tagging a message with a custom tag. More...
#include <gnunet_messenger_service.h>
Data Fields | |
struct GNUNET_HashCode | hash |
The hash of the message to tag. More... | |
char * | tag |
The custom tag. More... | |
A tag message body This allows tagging a message with a custom tag.
Message-body-size: 32+
Definition at line 587 of file gnunet_messenger_service.h.
struct GNUNET_HashCode GNUNET_MESSENGER_MessageTag::hash |
The hash of the message to tag.
Definition at line 592 of file gnunet_messenger_service.h.
Referenced by decode_message_body(), encode_message_body(), get_message_body_kind_size(), and on_message().
char* GNUNET_MESSENGER_MessageTag::tag |
The custom tag.
Definition at line 597 of file gnunet_messenger_service.h.
Referenced by copy_message(), create_message(), decode_message_body(), destroy_message_body(), encode_message_body(), get_message_body_size(), and on_message().