summaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_plugin_new.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_plugin_new.h')
-rw-r--r--src/include/gnunet_ats_plugin_new.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/gnunet_ats_plugin_new.h b/src/include/gnunet_ats_plugin_new.h
index f9005ee73..b371321fa 100644
--- a/src/include/gnunet_ats_plugin_new.h
+++ b/src/include/gnunet_ats_plugin_new.h
@@ -46,7 +46,8 @@
46/** 46/**
47 * Preference being expressed by an application client. 47 * Preference being expressed by an application client.
48 */ 48 */
49struct GNUNET_ATS_Preference { 49struct GNUNET_ATS_Preference
50{
50 /** 51 /**
51 * Peer to get address suggestions for. 52 * Peer to get address suggestions for.
52 */ 53 */
@@ -72,7 +73,8 @@ struct GNUNET_ATS_Session;
72/** 73/**
73 * Plugin-relevant information about a session. 74 * Plugin-relevant information about a session.
74 */ 75 */
75struct GNUNET_ATS_SessionData { 76struct GNUNET_ATS_SessionData
77{
76 /** 78 /**
77 * Peer the session is with. 79 * Peer the session is with.
78 */ 80 */
@@ -113,7 +115,8 @@ struct GNUNET_ATS_SessionHandle;
113 * Each solver is required to set up and return an instance 115 * Each solver is required to set up and return an instance
114 * of this struct during initialization. 116 * of this struct during initialization.
115 */ 117 */
116struct GNUNET_ATS_SolverFunctions { 118struct GNUNET_ATS_SolverFunctions
119{
117 /** 120 /**
118 * Closure to pass to all solver functions in this struct. 121 * Closure to pass to all solver functions in this struct.
119 */ 122 */
@@ -189,7 +192,8 @@ struct GNUNET_ATS_SolverFunctions {
189 * of this type as to the initialization function 192 * of this type as to the initialization function
190 * of the ATS plugins. 193 * of the ATS plugins.
191 */ 194 */
192struct GNUNET_ATS_PluginEnvironment { 195struct GNUNET_ATS_PluginEnvironment
196{
193 /** 197 /**
194 * Configuration handle to be used by the solver 198 * Configuration handle to be used by the solver
195 */ 199 */