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... | |
A room details record specifies a custom name for a given room and some additional space for flags.
Definition at line 98 of file gnunet_messenger_service.h.
char GNUNET_MESSENGER_RoomDetailsRecord::name[256] |
The custom name for the room.
Definition at line 103 of file gnunet_messenger_service.h.
uint32_t GNUNET_MESSENGER_RoomDetailsRecord::flags |
The flags of the room.
Definition at line 108 of file gnunet_messenger_service.h.
Referenced by messenger_string_to_value(), and messenger_value_to_string().