gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26590 - in gnunet/src: hostlist transport


From: gnunet
Subject: [GNUnet-SVN] r26590 - in gnunet/src: hostlist transport
Date: Mon, 25 Mar 2013 10:40:44 +0100

Author: wachs
Date: 2013-03-25 10:40:44 +0100 (Mon, 25 Mar 2013)
New Revision: 26590

Modified:
   gnunet/src/hostlist/gnunet-daemon-hostlist.c
   gnunet/src/transport/gnunet-service-transport_blacklist.c
   gnunet/src/transport/gnunet-service-transport_clients.c
   gnunet/src/transport/gnunet-service-transport_manipulation.h
Log:
doxygen


Modified: gnunet/src/hostlist/gnunet-daemon-hostlist.c
===================================================================
--- gnunet/src/hostlist/gnunet-daemon-hostlist.c        2013-03-25 09:39:36 UTC 
(rev 26589)
+++ gnunet/src/hostlist/gnunet-daemon-hostlist.c        2013-03-25 09:40:44 UTC 
(rev 26590)
@@ -142,8 +142,6 @@
  * @param cls closure
  * @param peer identity of the sender
  * @param message advertisement message we got
- * @param atsi performance information
- * @param atsi_count number of records in 'atsi'
  * @return GNUNET_OK on success
  */
 static int
@@ -160,8 +158,6 @@
  *
  * @param cls closure
  * @param peer peer identity this notification is about
- * @param atsi performance data
- * @param atsi_count number of records in 'atsi'
  */
 static void
 connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)

Modified: gnunet/src/transport/gnunet-service-transport_blacklist.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_blacklist.c   2013-03-25 
09:39:36 UTC (rev 26589)
+++ gnunet/src/transport/gnunet-service-transport_blacklist.c   2013-03-25 
09:40:44 UTC (rev 26590)
@@ -540,8 +540,6 @@
  *
  * @param cls the 'struct TestConnectionContest'
  * @param neighbour neighbour's identity
- * @param ats performance data
- * @param ats_count number of entries in ats (excluding 0-termination)
  * @param address the address
  * @param bandwidth_in inbound quota in NBO
  * @param bandwidth_out outbound quota in NBO

Modified: gnunet/src/transport/gnunet-service-transport_clients.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_clients.c     2013-03-25 
09:39:36 UTC (rev 26589)
+++ gnunet/src/transport/gnunet-service-transport_clients.c     2013-03-25 
09:40:44 UTC (rev 26590)
@@ -465,8 +465,6 @@
  *
  * @param cls the 'struct TransportClient' to notify
  * @param peer identity of the neighbour
- * @param ats performance data
- * @param ats_count number of entries in ats (excluding 0-termination)
  * @param address the address
  * @param bandwidth_in inbound bandwidth in NBO
  * @param bandwidth_out outbound bandwidth in NBO
@@ -882,8 +880,6 @@
  *
  * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to 
the client
  * @param peer identity of the neighbour
- * @param ats performance data
- * @param ats_count number of entries in ats (excluding 0-termination)
  * @param address the address
  * @param bandwidth_in inbound quota in NBO
  * @param bandwidth_out outbound quota in NBO

Modified: gnunet/src/transport/gnunet-service-transport_manipulation.h
===================================================================
--- gnunet/src/transport/gnunet-service-transport_manipulation.h        
2013-03-25 09:39:36 UTC (rev 26589)
+++ gnunet/src/transport/gnunet-service-transport_manipulation.h        
2013-03-25 09:40:44 UTC (rev 26590)
@@ -54,9 +54,21 @@
                                                                                
         const char *sender_address,
                                                                                
         uint16_t sender_address_len);
 
+/**
+ * Function that will be called to figure if an address is an loopback,
+ * LAN, WAN etc. address
+ *
+ * @param cls closure
+ * @param peer the peer
+ * @param address binary address
+ * @param address_len length of the address
+ * @param session the session
+ * @param ats the ats information
+ * @param ats_count the number of ats information
+ */
 void
 GST_manipulation_metrics_recv (void *cls,
-                                                                               
                                                 const struct 
GNUNET_PeerIdentity *peer,
+                                                                               
                                                 struct GNUNET_PeerIdentity 
*peer,
                                                                                
                                                 const char *address,
                                                                                
                                                 uint16_t address_len,
                                                                                
                                                 struct Session *session,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]