aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/gnunet-service-nse.c')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 7000ec602..ce48ecfc4 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -943,7 +943,7 @@ update_flood_times (void *cls, const GNUNET_HashCode * key, void *value)
943static int 943static int
944handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer, 944handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer,
945 const struct GNUNET_MessageHeader *message, 945 const struct GNUNET_MessageHeader *message,
946 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 946 const struct GNUNET_ATS_Information *atsi)
947{ 947{
948 const struct GNUNET_NSE_FloodMessage *incoming_flood; 948 const struct GNUNET_NSE_FloodMessage *incoming_flood;
949 struct GNUNET_TIME_Absolute ts; 949 struct GNUNET_TIME_Absolute ts;
@@ -1097,7 +1097,7 @@ handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer,
1097 */ 1097 */
1098static void 1098static void
1099handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 1099handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
1100 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1100 const struct GNUNET_ATS_Information *atsi)
1101{ 1101{
1102 struct NSEPeerEntry *peer_entry; 1102 struct NSEPeerEntry *peer_entry;
1103 1103