GNUnet 0.21.1
BobComputationMessage Struct Reference

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/contrib/service/scalarproduct/scalarproduct.h>

Collaboration diagram for BobComputationMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_CLIENT_TO_BOB. 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...
 

Detailed Description

Message type passed from client to service to initiate a request or responder role.

Definition at line 88 of file scalarproduct.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader BobComputationMessage::header

GNUNET message header with type GNUNET_MESSAGE_TYPE_SCALARPRODUCT_CLIENT_TO_BOB.

Definition at line 94 of file scalarproduct.h.

◆ element_count_total

uint32_t BobComputationMessage::element_count_total

how many elements the vector in payload contains

Definition at line 99 of file scalarproduct.h.

◆ element_count_contained

uint32_t BobComputationMessage::element_count_contained

contained elements the vector in payload contains

Definition at line 104 of file scalarproduct.h.

◆ reserved

uint32_t BobComputationMessage::reserved

Always zero.

Definition at line 109 of file scalarproduct.h.

◆ session_key

struct GNUNET_HashCode BobComputationMessage::session_key

the transaction/session key used to identify a session

Definition at line 114 of file scalarproduct.h.


The documentation for this struct was generated from the following file: