![]() |
GNUnet
0.11.x
|
Service informs client about status of a pseudonym. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/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... | |
struct GNUNET_IDENTITY_PrivateKey | private_key |
The private key. More... | |
Service informs client about status of a pseudonym.
Definition at line 115 of file identity.h.
struct GNUNET_MessageHeader UpdateMessage::header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE.
Definition at line 91 of file identity.h.
Referenced by check_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 126 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 131 of file identity.h.
Referenced by create_update_message(), handle_identity_update(), handle_start_message(), and notify_listeners().
struct GNUNET_IDENTITY_PrivateKey UpdateMessage::private_key |
The private key.
Definition at line 131 of file identity.h.
Referenced by create_update_message(), handle_identity_update(), and notify_listeners().