aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-01 18:00:31 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-01 18:00:31 +0000
commit3629ff42683654fe6dcc6463a77faaeb27ae3203 (patch)
treeb550ea4d979ebcb68e39f44df82ddb0ec7b9b055 /src/transport/gnunet-service-transport_neighbours.c
parent079d2f0b130d3f6e830a4d8567f43e03782ae2cb (diff)
downloadgnunet-3629ff42683654fe6dcc6463a77faaeb27ae3203.tar.gz
gnunet-3629ff42683654fe6dcc6463a77faaeb27ae3203.zip
cleaning up UDP code to use only on address format throughout the code as much as possible
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index e13bca139..48bd8cdf8 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -738,10 +738,10 @@ set_timeout (struct NeighbourMapEntry *n,
738 */ 738 */
739static void 739static void
740set_alternative_address (struct NeighbourMapEntry *n, 740set_alternative_address (struct NeighbourMapEntry *n,
741 const struct GNUNET_HELLO_Address *address, 741 const struct GNUNET_HELLO_Address *address,
742 struct Session *session, 742 struct Session *session,
743 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 743 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
744 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out) 744 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out)
745{ 745{
746 struct GNUNET_TRANSPORT_PluginFunctions *papi; 746 struct GNUNET_TRANSPORT_PluginFunctions *papi;
747 747