Fixed doxygen complaints
authorBart Polot <bart@net.in.tum.de>
Thu, 24 Mar 2011 16:58:47 +0000 (16:58 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 24 Mar 2011 16:58:47 +0000 (16:58 +0000)
src/include/gnunet_mesh_service.h
src/vpn/gnunet-daemon-exit.c
src/vpn/gnunet-daemon-vpn.c

index 738811950239459dbb327d4e5d9f66b4ad076c15..aefdd209a28cd44394bc747d28274f5a3e414b00 100644 (file)
@@ -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
index c30a74e85d2e5db2cf5cd7bf367d5b9b12762649..d9ecaab7426f37f2d1ccfa51a030b7e996ce99ba 100644 (file)
@@ -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);
 }
index e57a5bf23e524e27bfbb9424109b5fa7869c5d83..f759e35cfdfba2a6b51e7f4881a97014a355e4b2 100644 (file)
@@ -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);