From bacb370f3e767d8751cfc6bf5979fc362067c4d2 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 24 Mar 2011 16:58:47 +0000 Subject: [PATCH] Fixed doxygen complaints --- src/include/gnunet_mesh_service.h | 4 ++-- src/vpn/gnunet-daemon-exit.c | 2 ++ src/vpn/gnunet-daemon-vpn.c | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h index 738811950..aefdd209a 100644 --- a/src/include/gnunet_mesh_service.h +++ b/src/include/gnunet_mesh_service.h @@ -70,7 +70,7 @@ struct GNUNET_MESH_Tunnel; typedef int (*GNUNET_MESH_MessageCallback) (void *cls, struct GNUNET_MESH_Tunnel *tunnel, - void **tunnel_ctx, + void **tunnel_ctx, const struct GNUNET_PeerIdentity *sender, const struct GNUNET_MessageHeader *message, const struct GNUNET_TRANSPORT_ATS_Information *atsi); @@ -334,7 +334,7 @@ GNUNET_MESH_notify_transmit_ready (struct struct GNUNET_TIME_Relative maxdelay, - // const struct GNUNET_PeerIdentity *target, + const struct GNUNET_PeerIdentity *target, size_t notify_size, GNUNET_CONNECTION_TransmitReadyNotify diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c index c30a74e85..d9ecaab74 100644 --- a/src/vpn/gnunet-daemon-exit.c +++ b/src/vpn/gnunet-daemon-exit.c @@ -245,6 +245,7 @@ udp_from_helper (struct udp_pkt *udp, unsigned char *dadr, size_t addrlen, 42, GNUNET_TIME_relative_divide (GNUNET_CONSTANTS_MAX_CORK_DELAY, 2), + (const struct GNUNET_PeerIdentity *)NULL, len, send_udp_to_peer_notify_callback, msg); } @@ -306,6 +307,7 @@ tcp_from_helper (struct tcp_pkt *tcp, unsigned char *dadr, size_t addrlen, 42, GNUNET_TIME_relative_divide (GNUNET_CONSTANTS_MAX_CORK_DELAY, 2), + (const struct GNUNET_PeerIdentity *)NULL, len, send_udp_to_peer_notify_callback, msg); } diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c index e57a5bf23..f759e35cf 100644 --- a/src/vpn/gnunet-daemon-vpn.c +++ b/src/vpn/gnunet-daemon-vpn.c @@ -176,6 +176,7 @@ send_pkt_to_peer (void *cls, GNUNET_NO, 42, GNUNET_TIME_relative_divide(GNUNET_CONSTANTS_MAX_CORK_DELAY, 2), + (const struct GNUNET_PeerIdentity *)NULL, ntohs(hdr->size), send_pkt_to_peer_notify_callback, cls); -- 2.25.1