Message sent by client to service to initiate a set operation as a client (not as listener). More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/seti/seti.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type: GNUNET_MESSAGE_TYPE_SETI_EVALUATE. | |
| uint32_t | request_id |
| Id of our set to evaluate, chosen implicitly by the client when it calls GNUNET_SETI_commit(). | |
| struct GNUNET_PeerIdentity | target_peer |
| Peer to evaluate the operation with. | |
| struct GNUNET_HashCode | app_id |
| Application id. | |
| uint32_t | return_intersection |
| Return the intersection (1), instead of the elements to remove / the delta (0), in NBO. | |
Message sent by client to service to initiate a set operation as a client (not as listener).
A set (which determines the operation type) must already exist in association with this client.
| struct GNUNET_MessageHeader GNUNET_SETI_EvaluateMessage::header |
| uint32_t GNUNET_SETI_EvaluateMessage::request_id |
Id of our set to evaluate, chosen implicitly by the client when it calls GNUNET_SETI_commit().
| struct GNUNET_PeerIdentity GNUNET_SETI_EvaluateMessage::target_peer |
| struct GNUNET_HashCode GNUNET_SETI_EvaluateMessage::app_id |
| uint32_t GNUNET_SETI_EvaluateMessage::return_intersection |