Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SET_P2P_OPERATION_REQUEST. More... | |
uint32_t | operation |
Operation to request, values from enum GNUNET_SET_OperationType More... | |
uint32_t | element_count |
For Intersection: my element count. More... | |
struct GNUNET_HashCode | app_idX |
Application-specific identifier of the request. More... | |
Definition at line 35 of file gnunet-service-set_protocol.h.
struct GNUNET_MessageHeader OperationRequestMessage::header |
Type: GNUNET_MESSAGE_TYPE_SET_P2P_OPERATION_REQUEST.
Definition at line 40 of file gnunet-service-set_protocol.h.
uint32_t OperationRequestMessage::operation |
Operation to request, values from enum GNUNET_SET_OperationType
Definition at line 45 of file gnunet-service-set_protocol.h.
uint32_t OperationRequestMessage::element_count |
For Intersection: my element count.
Definition at line 50 of file gnunet-service-set_protocol.h.
Referenced by handle_client_evaluate().
struct GNUNET_HashCode OperationRequestMessage::app_idX |
Application-specific identifier of the request.
Definition at line 55 of file gnunet-service-set_protocol.h.