aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 18:13:10 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 18:13:10 +0000
commited8beb3bda5f3b1d2bf31f57f077bf90e40af812 (patch)
tree4ee276dfc49030a79cd7a8c5b26ab08a6aaffde2 /src/include/gnunet_ats_plugin.h
parente1669fabbcb9f21c509e03811fe2d8b5b568b15c (diff)
downloadgnunet-ed8beb3bda5f3b1d2bf31f57f077bf90e40af812.tar.gz
gnunet-ed8beb3bda5f3b1d2bf31f57f077bf90e40af812.zip
changing s_get API to return void instead of address, have plugin use existing mechanism to signal address activation
Diffstat (limited to 'src/include/gnunet_ats_plugin.h')
-rw-r--r--src/include/gnunet_ats_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_ats_plugin.h b/src/include/gnunet_ats_plugin.h
index c33ad61e9..4d6fa43f4 100644
--- a/src/include/gnunet_ats_plugin.h
+++ b/src/include/gnunet_ats_plugin.h
@@ -143,7 +143,7 @@ typedef void
143 * @param solver the solver to use 143 * @param solver the solver to use
144 * @param peer the peer 144 * @param peer the peer
145 */ 145 */
146typedef const struct ATS_Address * 146typedef void
147(*GAS_solver_get_preferred_address) (void *solver, 147(*GAS_solver_get_preferred_address) (void *solver,
148 const struct GNUNET_PeerIdentity *peer); 148 const struct GNUNET_PeerIdentity *peer);
149 149