GNUnet 0.21.1
GNUNET_MESSENGER_MessageDelete Struct Reference

A delete 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_MessageDelete:
[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 delete message body This allows deletion of an own previous message with any custom automatic delay.

Message-body-size: 24 bytes

Definition at line 503 of file gnunet_messenger_service.h.

Field Documentation

◆ hash

struct GNUNET_HashCode GNUNET_MESSENGER_MessageDelete::hash

◆ delay

struct GNUNET_TIME_RelativeNBO GNUNET_MESSENGER_MessageDelete::delay

The delay of the delete operation to get processed.

Definition at line 513 of file gnunet_messenger_service.h.

Referenced by create_message_delete(), decode_message_body(), encode_message_body(), get_message_body_kind_size(), handle_delete_message(), and handle_message_delete().


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