GNUnet 0.21.0
DeleteMessage Struct Reference

Client requests deletion of an identity. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/identity/identity.h>

Collaboration diagram for DeleteMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_IDENTITY_DELETE. More...
 
uint16_t name_len
 Number of characters in the name including 0-termination, in NBO. More...
 
uint16_t reserved
 Always zero. More...
 

Detailed Description

Client requests deletion of an identity.

Service will respond with a result code.

Definition at line 203 of file identity.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader DeleteMessage::header

Type: GNUNET_MESSAGE_TYPE_IDENTITY_DELETE.

Definition at line 208 of file identity.h.

◆ name_len

uint16_t DeleteMessage::name_len

Number of characters in the name including 0-termination, in NBO.

Definition at line 213 of file identity.h.

Referenced by GNUNET_IDENTITY_delete().

◆ reserved

uint16_t DeleteMessage::reserved

Always zero.

Definition at line 218 of file identity.h.

Referenced by GNUNET_IDENTITY_delete().


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