GNUnet 0.21.1
GNUNET_MESSENGER_RoomEntryRecord Struct Reference

A room entry record specifies which peer is hosting a given room and may also specify the key to enter it. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_RoomEntryRecord:
[legend]

Data Fields

struct GNUNET_PeerIdentity door
 The peer identity of an open door to a room. More...
 
struct GNUNET_HashCode key
 The hash identifying the port of the room. More...
 

Detailed Description

A room entry record specifies which peer is hosting a given room and may also specify the key to enter it.

Definition at line 84 of file gnunet_messenger_service.h.

Field Documentation

◆ door

struct GNUNET_PeerIdentity GNUNET_MESSENGER_RoomEntryRecord::door

The peer identity of an open door to a room.

Definition at line 89 of file gnunet_messenger_service.h.

Referenced by messenger_string_to_value(), and messenger_value_to_string().

◆ key

struct GNUNET_HashCode GNUNET_MESSENGER_RoomEntryRecord::key

The hash identifying the port of the room.

Definition at line 94 of file gnunet_messenger_service.h.

Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), and gnunet-chk.Chk::uri().


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