GNUnet 0.21.1
UpdateMessage Struct Reference

Service informs client about status of a pseudonym. More...

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

Collaboration diagram for UpdateMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE. More...
 
uint16_t name_len
 Number of bytes in ego name string including 0-termination, in NBO; 0 if the ego was deleted. More...
 
uint16_t end_of_list
 Usually GNUNET_NO, GNUNET_YES to signal end of list. More...
 
uint16_t key_len
 Key length. More...
 
uint16_t reserved
 Reserved (alignment) More...
 

Detailed Description

Service informs client about status of a pseudonym.

Definition at line 113 of file identity.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader UpdateMessage::header

◆ name_len

uint16_t UpdateMessage::name_len

Number of bytes in ego name string including 0-termination, in NBO; 0 if the ego was deleted.

Definition at line 124 of file identity.h.

Referenced by check_create_message(), check_identity_update(), create_update_message(), handle_identity_update(), handle_start_message(), and notify_listeners().

◆ end_of_list

uint16_t UpdateMessage::end_of_list

Usually GNUNET_NO, GNUNET_YES to signal end of list.

Definition at line 129 of file identity.h.

Referenced by create_update_message(), handle_identity_update(), handle_start_message(), and notify_listeners().

◆ key_len

uint16_t UpdateMessage::key_len

◆ reserved

uint16_t UpdateMessage::reserved

Reserved (alignment)

Definition at line 139 of file identity.h.


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