Client requests renaming of an identity. 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_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... | |
Client requests renaming of an identity.
Service will respond with a result code.
Definition at line 177 of file identity.h.
struct GNUNET_MessageHeader RenameMessage::header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_RENAME.
Definition at line 182 of file identity.h.
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().
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().