#include "gnunet_util_lib.h"
Go to the source code of this file.
Data Structures | |
struct | GNUNET_MESSENGER_CreateMessage |
Message to create a handle for a client. More... | |
struct | GNUNET_MESSENGER_DestroyMessage |
Message to destroy the handle for a client. More... | |
struct | GNUNET_MESSENGER_RoomMessage |
General message to confirm interaction with a room. More... | |
struct | GNUNET_MESSENGER_MemberMessage |
Message to receive the current member id of a handle in room. More... | |
struct | GNUNET_MESSENGER_SendMessage |
Message to send something into a room. More... | |
struct | GNUNET_MESSENGER_GetMessage |
Message to request something from a room. More... | |
struct | GNUNET_MESSENGER_RecvMessage |
Message to receive something from a room. More... | |