GNUnet 0.21.1
GNUNET_MESSENGER_MessageTag Struct Reference

A tag message body This allows tagging a message with a custom tag. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageTag:
[legend]

Data Fields

struct GNUNET_HashCode hash
 The hash of the message to tag. More...
 
char * tag
 The custom tag. More...
 

Detailed Description

A tag message body This allows tagging a message with a custom tag.

Message-body-size: 32+

Definition at line 584 of file gnunet_messenger_service.h.

Field Documentation

◆ hash

struct GNUNET_HashCode GNUNET_MESSENGER_MessageTag::hash

The hash of the message to tag.

Definition at line 589 of file gnunet_messenger_service.h.

Referenced by decode_message_body(), encode_message_body(), and get_message_body_kind_size().

◆ tag

char* GNUNET_MESSENGER_MessageTag::tag

The documentation for this struct was generated from the following file: