From e298fa7e3eeafea48a8abf6c5b8bf449b279e7a7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 6 Dec 2018 17:03:35 +0100 Subject: high-level new ATS service implementation --- src/ats/ats2.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/ats/ats2.h') 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 @@ along with this program. If not, see . */ /** - * @file ats/ats.h + * @file ats/ats2.h * @brief automatic transport selection messages * @author Christian Grothoff * @author Matthias Wachs */ -#ifndef ATS_H -#define ATS_H +#ifndef ATS2_H +#define ATS2_H #include "gnunet_util_lib.h" #include "gnunet_ats_transport_service.h" @@ -118,6 +118,7 @@ struct ExpressPreferenceMessage /** * What type of performance preference does the client have? + * A `enum GNUNET_MQ_PreferenceKind` in NBO. */ uint32_t pk GNUNET_PACKED; -- cgit v1.2.3