gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17332 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17332 - gnunet/src/transport
Date: Mon, 10 Oct 2011 15:11:45 +0200

Author: grothoff
Date: 2011-10-10 15:11:45 +0200 (Mon, 10 Oct 2011)
New Revision: 17332

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
Log:
fix

Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2011-10-10 
13:06:29 UTC (rev 17331)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2011-10-10 
13:11:45 UTC (rev 17332)
@@ -735,7 +735,7 @@
   /* ATS told us inbound quota for this peer */
 #if DEBUG_TRANSPORT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Setting inbound quota of %u for peer 
`%s' to \n",
-              ntohl (bandwidth_in), GNUNET_i2s (target));
+              ntohl (bandwidth_in.value__), GNUNET_i2s (target));
 #endif
   GST_neighbours_set_incoming_quota (&n->id, bandwidth_in);
 
@@ -748,7 +748,7 @@
   /* ... then send outbound quota for this peer to all clients */
 #if DEBUG_TRANSPORT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Sending outbound quota of %u Bps for 
peer `%s' to all clients\n",
-              ntohl (bandwidth_out), GNUNET_i2s (target));
+              ntohl (bandwidth_out.value__), GNUNET_i2s (target));
 #endif
 
   struct QuotaSetMessage msg;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]