GNUnet 0.21.1
GNUNET_MESSENGER_RoomDetailsRecord Struct Reference

A room details record specifies a custom name for a given room and some additional space for flags. More...

#include <gnunet_messenger_service.h>

Data Fields

char name [256]
 The custom name for the room. More...
 
uint32_t flags
 The flags of the room. More...
 

Detailed Description

A room details record specifies a custom name for a given room and some additional space for flags.

Definition at line 105 of file gnunet_messenger_service.h.

Field Documentation

◆ name

char GNUNET_MESSENGER_RoomDetailsRecord::name[256]

The custom name for the room.

Definition at line 110 of file gnunet_messenger_service.h.

◆ flags

uint32_t GNUNET_MESSENGER_RoomDetailsRecord::flags

The flags of the room.

Definition at line 115 of file gnunet_messenger_service.h.

Referenced by messenger_string_to_value(), and messenger_value_to_string().


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