aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-22 08:25:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-22 08:25:41 +0000
commit9063a296aff487a8c3e9e7f619215a44f552adca (patch)
treeacd8fb513adea89eaf8ed9d6d8926e78f24f7c7c /src/nse
parentb5b8e0a798612a5b5f25ac3d847b0f5a0f2296ce (diff)
downloadgnunet-9063a296aff487a8c3e9e7f619215a44f552adca.tar.gz
gnunet-9063a296aff487a8c3e9e7f619215a44f552adca.zip
fix
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index d53583d71..b3707ca75 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1009,9 +1009,7 @@ update_flood_times (void *cls, const struct GNUNET_HashCode * key, void *value)
1009 */ 1009 */
1010static int 1010static int
1011handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer, 1011handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer,
1012 const struct GNUNET_MessageHeader *message, 1012 const struct GNUNET_MessageHeader *message)
1013 const struct GNUNET_ATS_Information *atsi,
1014 unsigned int atsi_count)
1015{ 1013{
1016 const struct GNUNET_NSE_FloodMessage *incoming_flood; 1014 const struct GNUNET_NSE_FloodMessage *incoming_flood;
1017 struct GNUNET_TIME_Absolute ts; 1015 struct GNUNET_TIME_Absolute ts;