GNUnet debian-0.24.3-23-g589b01d60
PeerIdUpdateMessage Struct Reference

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>

Collaboration diagram for PeerIdUpdateMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_PILS_PEER_ID. More...
 
struct GNUNET_HashCode hash
 The hash from which the peer id was generated. More...
 
uint32_t block_len
 Length of the HELLO block in bytes. More...
 

Detailed Description

Message containing the current peer id and the hash from which it was generated.

Definition at line 39 of file pils.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader PeerIdUpdateMessage::header

Type: GNUNET_MESSAGE_TYPE_PILS_PEER_ID.

Definition at line 44 of file pils.h.

◆ hash

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().

◆ block_len

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().


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