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>
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... | |
A room entry record specifies which peer is hosting a given room and may also specify the key to enter it.
Definition at line 77 of file gnunet_messenger_service.h.
struct GNUNET_PeerIdentity GNUNET_MESSENGER_RoomEntryRecord::door |
The peer identity of an open door to a room.
Definition at line 82 of file gnunet_messenger_service.h.
Referenced by messenger_string_to_value(), and messenger_value_to_string().
struct GNUNET_HashCode GNUNET_MESSENGER_RoomEntryRecord::key |
The hash identifying the port of the room.
Definition at line 87 of file gnunet_messenger_service.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), and gnunet-chk.Chk::uri().