GNUnet 0.24.4-talerdev.1-13-g62dff6af1
 
Loading...
Searching...
No Matches
ClientResponseMessage Struct Reference

Message type passed from service client to finalize a session as requester or responder. More...

#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/contrib/service/scalarproduct/scalarproduct.h>

Collaboration diagram for ClientResponseMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 GNUNET message header.
 
uint32_t product_length
 0 if no product attached
 
uint32_t status
 Status information about the outcome of this session, An enum GNUNET_SCALARPRODUCT_ResponseStatus (in NBO).
 
int32_t range
 Workaround for libgcrypt: -1 if negative, 0 if zero, else 1.
 

Detailed Description

Message type passed from service client to finalize a session as requester or responder.

Definition at line 147 of file scalarproduct.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ClientResponseMessage::header

GNUNET message header.

Definition at line 152 of file scalarproduct.h.

Referenced by check_response().

◆ product_length

uint32_t ClientResponseMessage::product_length

0 if no product attached

Definition at line 157 of file scalarproduct.h.

Referenced by check_response().

◆ status

uint32_t ClientResponseMessage::status

Status information about the outcome of this session, An enum GNUNET_SCALARPRODUCT_ResponseStatus (in NBO).

Definition at line 163 of file scalarproduct.h.

Referenced by handle_response().

◆ range

int32_t ClientResponseMessage::range

Workaround for libgcrypt: -1 if negative, 0 if zero, else 1.

Definition at line 168 of file scalarproduct.h.


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