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. | |
char * | tag |
The custom tag. | |
A tag message body This allows tagging a message with a custom tag.
Message-body-size: 64+ bytes
Definition at line 760 of file gnunet_messenger_service.h.
struct GNUNET_HashCode GNUNET_MESSENGER_MessageTag::hash |
The hash of the message to tag.
Definition at line 765 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 770 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().