Service informs client about status of a pseudonym. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/identity/identity.h>
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... | |
Service informs client about status of a pseudonym.
Definition at line 113 of file identity.h.
struct GNUNET_MessageHeader UpdateMessage::header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE.
Definition at line 118 of file identity.h.
Referenced by check_identity_update(), handle_identity_update(), and notify_listeners().
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().
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().
uint16_t UpdateMessage::key_len |
Key length.
Definition at line 134 of file identity.h.
Referenced by check_create_message(), create_update_message(), handle_identity_update(), handle_start_message(), and notify_listeners().
uint16_t UpdateMessage::reserved |
Reserved (alignment)
Definition at line 139 of file identity.h.