GNUnet 0.21.1
gnunet-service-messenger.h File Reference
#include "gnunet_util_lib.h"
Include dependency graph for gnunet-service-messenger.h:
This graph shows which files directly or indirectly include this file:

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...