aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats2.h
diff options
context:
space:
mode:
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