aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c
index fbbffc9a1..0f7bdff70 100644
--- a/src/vpn/gnunet-daemon-vpn.c
+++ b/src/vpn/gnunet-daemon-vpn.c
@@ -340,7 +340,7 @@ port_in_ports (uint64_t ports, uint16_t port)
340 340
341void 341void
342send_pkt_to_peer (void *cls, const struct GNUNET_PeerIdentity *peer, 342send_pkt_to_peer (void *cls, const struct GNUNET_PeerIdentity *peer,
343 const struct GNUNET_TRANSPORT_ATS_Information *atsi 343 const struct GNUNET_ATS_Information *atsi
344 __attribute__ ((unused))) 344 __attribute__ ((unused)))
345{ 345{
346 /* peer == NULL means that all peers in this request are connected */ 346 /* peer == NULL means that all peers in this request are connected */
@@ -871,7 +871,7 @@ receive_udp_back (void *cls
871 const struct GNUNET_PeerIdentity *sender 871 const struct GNUNET_PeerIdentity *sender
872 __attribute__ ((unused)), 872 __attribute__ ((unused)),
873 const struct GNUNET_MessageHeader *message, 873 const struct GNUNET_MessageHeader *message,
874 const struct GNUNET_TRANSPORT_ATS_Information *atsi 874 const struct GNUNET_ATS_Information *atsi
875 __attribute__ ((unused))) 875 __attribute__ ((unused)))
876{ 876{
877 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1); 877 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1);
@@ -1050,7 +1050,7 @@ receive_tcp_back (void *cls
1050 const struct GNUNET_PeerIdentity *sender 1050 const struct GNUNET_PeerIdentity *sender
1051 __attribute__ ((unused)), 1051 __attribute__ ((unused)),
1052 const struct GNUNET_MessageHeader *message, 1052 const struct GNUNET_MessageHeader *message,
1053 const struct GNUNET_TRANSPORT_ATS_Information *atsi 1053 const struct GNUNET_ATS_Information *atsi
1054 __attribute__ ((unused))) 1054 __attribute__ ((unused)))
1055{ 1055{
1056 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1); 1056 GNUNET_HashCode *desc = (GNUNET_HashCode *) (message + 1);