GNUnet 0.21.0
RenameMessage Struct Reference

Client requests renaming of an identity. More...

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

Collaboration diagram for RenameMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_IDENTITY_RENAME. More...
 
uint16_t old_name_len
 Number of characters in the old name including 0-termination, in NBO. More...
 
uint16_t new_name_len
 Number of characters in the new name including 0-termination, in NBO. More...
 

Detailed Description

Client requests renaming of an identity.

Service will respond with a result code.

Definition at line 177 of file identity.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader RenameMessage::header

Type: GNUNET_MESSAGE_TYPE_IDENTITY_RENAME.

Definition at line 182 of file identity.h.

◆ old_name_len

uint16_t RenameMessage::old_name_len

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

Definition at line 187 of file identity.h.

Referenced by GNUNET_IDENTITY_rename(), and handle_rename_message().

◆ new_name_len

uint16_t RenameMessage::new_name_len

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

Definition at line 192 of file identity.h.

Referenced by GNUNET_IDENTITY_rename().


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