aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats2.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-06 17:03:35 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-06 17:03:35 +0100
commite298fa7e3eeafea48a8abf6c5b8bf449b279e7a7 (patch)
tree953ffb47d5be13b73c4f220c27de5232c72855f6 /src/ats/ats2.h
parent898c6edf16913beacd9422622fb4469b6169a13b (diff)
downloadgnunet-e298fa7e3eeafea48a8abf6c5b8bf449b279e7a7.tar.gz
gnunet-e298fa7e3eeafea48a8abf6c5b8bf449b279e7a7.zip
high-level new ATS service implementation
Diffstat (limited to 'src/ats/ats2.h')
-rw-r--r--src/ats/ats2.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ats/ats2.h b/src/ats/ats2.h
index 883ac7c38..0882c5f20 100644
--- a/src/ats/ats2.h
+++ b/src/ats/ats2.h
@@ -16,13 +16,13 @@
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18/** 18/**
19 * @file ats/ats.h 19 * @file ats/ats2.h
20 * @brief automatic transport selection messages 20 * @brief automatic transport selection messages
21 * @author Christian Grothoff 21 * @author Christian Grothoff
22 * @author Matthias Wachs 22 * @author Matthias Wachs
23 */ 23 */
24#ifndef ATS_H 24#ifndef ATS2_H
25#define ATS_H 25#define ATS2_H
26 26
27#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
28#include "gnunet_ats_transport_service.h" 28#include "gnunet_ats_transport_service.h"
@@ -118,6 +118,7 @@ struct ExpressPreferenceMessage
118 118
119 /** 119 /**
120 * What type of performance preference does the client have? 120 * What type of performance preference does the client have?
121 * A `enum GNUNET_MQ_PreferenceKind` in NBO.
121 */ 122 */
122 uint32_t pk GNUNET_PACKED; 123 uint32_t pk GNUNET_PACKED;
123 124