aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_application_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-03 21:25:59 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-03 21:26:08 +0200
commit670ebb20b9570120df1021e467b575a212743125 (patch)
treee94b1e8e2bb52da66b426c861f34f8e950dcf8ed /src/include/gnunet_ats_application_service.h
parentf13792325fc3f7e49ec2b0880eb4f1aa978e00d7 (diff)
downloadgnunet-670ebb20b9570120df1021e467b575a212743125.tar.gz
gnunet-670ebb20b9570120df1021e467b575a212743125.zip
allow applications expressing connection preferences directly to TNG, collect HELLOs from PEERSTORE for expressed prefs
Diffstat (limited to 'src/include/gnunet_ats_application_service.h')
-rw-r--r--src/include/gnunet_ats_application_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_ats_application_service.h b/src/include/gnunet_ats_application_service.h
index e942ca4d8..fbc6f48ac 100644
--- a/src/include/gnunet_ats_application_service.h
+++ b/src/include/gnunet_ats_application_service.h
@@ -83,9 +83,9 @@ struct GNUNET_ATS_ApplicationSuggestHandle;
83 */ 83 */
84struct GNUNET_ATS_ApplicationSuggestHandle * 84struct GNUNET_ATS_ApplicationSuggestHandle *
85GNUNET_ATS_application_suggest (struct GNUNET_ATS_ApplicationHandle *ch, 85GNUNET_ATS_application_suggest (struct GNUNET_ATS_ApplicationHandle *ch,
86 const struct GNUNET_PeerIdentity *peer, 86 const struct GNUNET_PeerIdentity *peer,
87 enum GNUNET_MQ_PreferenceKind pk, 87 enum GNUNET_MQ_PreferenceKind pk,
88 struct GNUNET_BANDWIDTH_Value32NBO bw); 88 struct GNUNET_BANDWIDTH_Value32NBO bw);
89 89
90 90
91/** 91/**