GNUnet  0.19.5
FeedbackPreferenceMessage Struct Reference

Message containing application feedback for a peer. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/ats/ats.h>

Collaboration diagram for FeedbackPreferenceMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_ATS_PREFERENCE_FEEDBACK. More...
 
uint32_t num_feedback
 Number of feedback values included. More...
 
struct GNUNET_TIME_RelativeNBO scope
 Relative time describing for which time interval this feedback is. More...
 
struct GNUNET_PeerIdentity peer
 Peer this feedback is for. More...
 

Detailed Description

Message containing application feedback for a peer.

Definition at line 463 of file ats.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader FeedbackPreferenceMessage::header

Type is GNUNET_MESSAGE_TYPE_ATS_PREFERENCE_FEEDBACK.

Definition at line 448 of file ats.h.

Referenced by check_feedback().

◆ num_feedback

uint32_t FeedbackPreferenceMessage::num_feedback

Number of feedback values included.

Definition at line 473 of file ats.h.

Referenced by check_feedback().

◆ scope

struct GNUNET_TIME_RelativeNBO FeedbackPreferenceMessage::scope

Relative time describing for which time interval this feedback is.

Definition at line 473 of file ats.h.

◆ peer


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