Variable-size entry in a struct ChangePreferenceMessage
or struct FeedbackPreferenceMessage
.
More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/ats/ats.h>
Data Fields | |
uint32_t | preference_kind |
An enum GNUNET_ATS_PreferenceKind in NBO. More... | |
float | preference_value |
Degree of preference (or appreciation) for this preference_kind being expressed. More... | |
Variable-size entry in a struct ChangePreferenceMessage
or struct FeedbackPreferenceMessage
.
uint32_t PreferenceInformation::preference_kind |
An enum GNUNET_ATS_PreferenceKind
in NBO.
Definition at line 424 of file ats.h.
Referenced by GAS_handle_preference_change(), and handle_feedback().
float PreferenceInformation::preference_value |
Degree of preference (or appreciation) for this preference_kind being expressed.
Definition at line 430 of file ats.h.
Referenced by GAS_handle_preference_change(), and handle_feedback().