Message containing the current peer id and the hash from which it was generated. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/pils/pils.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type: GNUNET_MESSAGE_TYPE_PILS_PEER_ID. | |
| struct GNUNET_HashCode | hash |
| The hash from which the peer id was generated. | |
| uint32_t | block_len |
| Length of the HELLO block in bytes. | |
Message containing the current peer id and the hash from which it was generated.
| struct GNUNET_MessageHeader PeerIdUpdateMessage::header |
| struct GNUNET_HashCode PeerIdUpdateMessage::hash |
The hash from which the peer id was generated.
Definition at line 49 of file pils.h.
Referenced by handle_peer_id().
| uint32_t PeerIdUpdateMessage::block_len |
Length of the HELLO block in bytes.
Definition at line 54 of file pils.h.
Referenced by handle_peer_id().