GNUnet debian-0.24.3-23-g589b01d60
GNUNET_MESSENGER_MessageDeletion Struct Reference

A deletion message body This allows deletion of an own previous message with any custom automatic delay. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageDeletion:
[legend]

Data Fields

struct GNUNET_HashCode hash
 The hash of the message to delete. More...
 
struct GNUNET_TIME_RelativeNBO delay
 The delay of the delete operation to get processed. More...
 

Detailed Description

A deletion message body This allows deletion of an own previous message with any custom automatic delay.

Message-body-size: 72 bytes

Definition at line 679 of file gnunet_messenger_service.h.

Field Documentation

◆ hash

struct GNUNET_HashCode GNUNET_MESSENGER_MessageDeletion::hash

◆ delay

struct GNUNET_TIME_RelativeNBO GNUNET_MESSENGER_MessageDeletion::delay

The delay of the delete operation to get processed.

Definition at line 689 of file gnunet_messenger_service.h.

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


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