GNUnet 0.21.1
seti.h File Reference
#include "platform.h"
#include "gnunet_common.h"
#include "gnunet_set_service.h"
Include dependency graph for seti.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GNUNET_SETI_CreateMessage
 Message sent by the client to the service to ask starting a new set to perform operations with. More...
 
struct  GNUNET_SETI_ListenMessage
 Message sent by the client to the service to start listening for incoming requests to perform a certain type of set operation for a certain type of application. More...
 
struct  GNUNET_SETI_AcceptMessage
 Message sent by a listening client to the service to accept performing the operation with the other peer. More...
 
struct  GNUNET_SETI_RejectMessage
 Message sent by a listening client to the service to reject performing the operation with the other peer. More...
 
struct  GNUNET_SETI_RequestMessage
 A request for an operation with another client. More...
 
struct  GNUNET_SETI_EvaluateMessage
 Message sent by client to service to initiate a set operation as a client (not as listener). More...
 
struct  GNUNET_SETI_ResultMessage
 Message sent by the service to the client to indicate an element that is removed (set intersection) or added (set union) or part of the final result, depending on options specified for the operation. More...
 
struct  GNUNET_SETI_ElementMessage
 Message sent by client to the service to add an element to the set. More...
 
struct  GNUNET_SETI_CancelMessage
 Sent to the service by the client in order to cancel a set operation. More...