Go to the source code of this file.
Data Structures | |
struct | GNUNET_SETU_CreateMessage |
Message sent by the client to the service to ask starting a new set to perform operations with. More... | |
struct | GNUNET_SETU_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_SETU_AcceptMessage |
Message sent by a listening client to the service to accept performing the operation with the other peer. More... | |
struct | GNUNET_SETU_RejectMessage |
Message sent by a listening client to the service to reject performing the operation with the other peer. More... | |
struct | GNUNET_SETU_RequestMessage |
A request for an operation with another client. More... | |
struct | GNUNET_SETU_EvaluateMessage |
Message sent by client to service to initiate a set operation as a client (not as listener). More... | |
struct | GNUNET_SETU_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_SETU_ElementMessage |
Message sent by client to the service to add an element to the set. More... | |
struct | GNUNET_SETU_CancelMessage |
Sent to the service by the client in order to cancel a set operation. More... | |