aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-exit.c')
-rw-r--r--src/vpn/gnunet-daemon-exit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index f5c701cae..677f61ea2 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -1025,7 +1025,7 @@ receive_tcp_service (void *cls
1025 const struct GNUNET_PeerIdentity *sender 1025 const struct GNUNET_PeerIdentity *sender
1026 __attribute__ ((unused)), 1026 __attribute__ ((unused)),
1027 const struct GNUNET_MessageHeader *message, 1027 const struct GNUNET_MessageHeader *message,
1028 const struct GNUNET_TRANSPORT_ATS_Information *atsi 1028 const struct GNUNET_ATS_Information *atsi
1029 __attribute__ ((unused))) 1029 __attribute__ ((unused)))
1030{ 1030{
1031 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received TCP-Packet\n"); 1031 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received TCP-Packet\n");
@@ -1133,7 +1133,7 @@ receive_tcp_remote (void *cls
1133 const struct GNUNET_PeerIdentity *sender 1133 const struct GNUNET_PeerIdentity *sender
1134 __attribute__ ((unused)), 1134 __attribute__ ((unused)),
1135 const struct GNUNET_MessageHeader *message, 1135 const struct GNUNET_MessageHeader *message,
1136 const struct GNUNET_TRANSPORT_ATS_Information *atsi 1136 const struct GNUNET_ATS_Information *atsi
1137 __attribute__ ((unused))) 1137 __attribute__ ((unused)))
1138{ 1138{
1139 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1); 1139 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1);
@@ -1209,7 +1209,7 @@ receive_udp_remote (void *cls
1209 const struct GNUNET_PeerIdentity *sender 1209 const struct GNUNET_PeerIdentity *sender
1210 __attribute__ ((unused)), 1210 __attribute__ ((unused)),
1211 const struct GNUNET_MessageHeader *message, 1211 const struct GNUNET_MessageHeader *message,
1212 const struct GNUNET_TRANSPORT_ATS_Information *atsi 1212 const struct GNUNET_ATS_Information *atsi
1213 __attribute__ ((unused))) 1213 __attribute__ ((unused)))
1214{ 1214{
1215 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1); 1215 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1);
@@ -1289,7 +1289,7 @@ receive_udp_service (void *cls
1289 const struct GNUNET_PeerIdentity *sender 1289 const struct GNUNET_PeerIdentity *sender
1290 __attribute__ ((unused)), 1290 __attribute__ ((unused)),
1291 const struct GNUNET_MessageHeader *message, 1291 const struct GNUNET_MessageHeader *message,
1292 const struct GNUNET_TRANSPORT_ATS_Information *atsi 1292 const struct GNUNET_ATS_Information *atsi
1293 __attribute__ ((unused))) 1293 __attribute__ ((unused)))
1294{ 1294{
1295 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1); 1295 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1);