GNUnet 0.21.1
set.h File Reference

messages used for the set api More...

#include "platform.h"
#include "gnunet_common.h"
#include "gnunet_set_service.h"
Include dependency graph for set.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GNUNET_SET_CreateMessage
 Message sent by the client to the service to ask starting a new set to perform operations with. More...
 
struct  GNUNET_SET_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_SET_AcceptMessage
 Message sent by a listening client to the service to accept performing the operation with the other peer. More...
 
struct  GNUNET_SET_RejectMessage
 Message sent by a listening client to the service to reject performing the operation with the other peer. More...
 
struct  GNUNET_SET_RequestMessage
 A request for an operation with another client. More...
 
struct  GNUNET_SET_EvaluateMessage
 Message sent by client to service to initiate a set operation as a client (not as listener). More...
 
struct  GNUNET_SET_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_SET_ElementMessage
 Message sent by client to the service to add or remove an element to/from the set. More...
 
struct  GNUNET_SET_CancelMessage
 Sent to the service by the client in order to cancel a set operation. More...
 
struct  GNUNET_SET_IterResponseMessage
 Set element transmitted by service to client in response to a set iteration request. More...
 
struct  GNUNET_SET_IterAckMessage
 Client acknowledges receiving element in iteration. More...
 
struct  GNUNET_SET_CopyLazyResponseMessage
 Server responds to a lazy copy request. More...
 
struct  GNUNET_SET_CopyLazyConnectMessage
 Client connects to a lazily copied set. More...
 

Detailed Description

messages used for the set api

messages used for the set union api

Author
Florian Dold
Christian Grothoff

Definition in file set.h.