aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 21:08:22 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 21:08:22 +0000
commit260d4269dd93fd8e4e5af766e15970251c5b7ac9 (patch)
tree6b2b7ac3e1ba4224791518a38276efdd9729bb65 /src/transport/gnunet-service-transport_neighbours.c
parentee266d0bd0b96c67ac1c7f76fff41980bb181e64 (diff)
downloadgnunet-260d4269dd93fd8e4e5af766e15970251c5b7ac9.tar.gz
gnunet-260d4269dd93fd8e4e5af766e15970251c5b7ac9.zip
-undo bad commit
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index e13bca139..c7459680f 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -800,11 +800,11 @@ set_alternative_address (struct NeighbourMapEntry *n,
800 */ 800 */
801static void 801static void
802set_primary_address (struct NeighbourMapEntry *n, 802set_primary_address (struct NeighbourMapEntry *n,
803 const struct GNUNET_HELLO_Address *address, 803 const struct GNUNET_HELLO_Address *address,
804 struct Session *session, 804 struct Session *session,
805 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 805 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
806 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 806 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
807 int is_active) 807 int is_active)
808{ 808{
809 struct GNUNET_TRANSPORT_PluginFunctions *papi; 809 struct GNUNET_TRANSPORT_PluginFunctions *papi;
810 810