Message type passed from client to service to initiate a request or responder role. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/scalarproduct/scalarproduct.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_CLIENT_TO_ALICE. More... | |
uint32_t | element_count_total |
how many elements the vector in payload contains More... | |
uint32_t | element_count_contained |
contained elements the vector in payload contains More... | |
uint32_t | reserved |
Always zero. More... | |
struct GNUNET_HashCode | session_key |
the transaction/session key used to identify a session More... | |
struct GNUNET_PeerIdentity | peer |
the identity of a remote peer we want to communicate with More... | |
Message type passed from client to service to initiate a request or responder role.
Definition at line 45 of file scalarproduct.h.
struct GNUNET_MessageHeader AliceComputationMessage::header |
GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_CLIENT_TO_ALICE.
Definition at line 175 of file scalarproduct.h.
uint32_t AliceComputationMessage::element_count_total |
how many elements the vector in payload contains
Definition at line 56 of file scalarproduct.h.
uint32_t AliceComputationMessage::element_count_contained |
contained elements the vector in payload contains
Definition at line 61 of file scalarproduct.h.
uint32_t AliceComputationMessage::reserved |
Always zero.
Definition at line 66 of file scalarproduct.h.
struct GNUNET_HashCode AliceComputationMessage::session_key |
the transaction/session key used to identify a session
Definition at line 66 of file scalarproduct.h.
struct GNUNET_PeerIdentity AliceComputationMessage::peer |
the identity of a remote peer we want to communicate with
Definition at line 66 of file scalarproduct.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().