gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27763 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r27763 - gnunet/src/ats
Date: Fri, 5 Jul 2013 16:01:57 +0200

Author: wachs
Date: 2013-07-05 16:01:56 +0200 (Fri, 05 Jul 2013)
New Revision: 27763

Modified:
   gnunet/src/ats/gnunet-service-ats-solver_proportional.c
Log:
more doxygen documentation


Modified: gnunet/src/ats/gnunet-service-ats-solver_proportional.c
===================================================================
--- gnunet/src/ats/gnunet-service-ats-solver_proportional.c     2013-07-05 
14:00:50 UTC (rev 27762)
+++ gnunet/src/ats/gnunet-service-ats-solver_proportional.c     2013-07-05 
14:01:56 UTC (rev 27763)
@@ -1106,6 +1106,15 @@
                                                                                
                                        uint32_t network);
 
 
+/**
+ * Transport properties for this address have changed
+ *
+ * @param solver solver handle
+ * @param address the address
+ * @param type the ATSI type in HBO
+ * @param abs_value the absolute value of the property
+ * @param rel_value the normalized value
+ */
 void
 GAS_proportional_address_property_changed (void *solver,
                                                                                
                                        struct ATS_Address *address,
@@ -1148,6 +1157,16 @@
 }
 
 
+/**
+ * Transport session for this address has changed
+ *
+ * NOTE: values in addresses are already updated
+ *
+ * @param solver solver handle
+ * @param address the address
+ * @param cur_session the current session
+ * @param new_session the new session
+ */
 void
 GAS_proportional_address_session_changed (void *solver,
                                                                                
                                        struct ATS_Address *address,
@@ -1161,6 +1180,16 @@
   }
 }
 
+
+/**
+ * Usage for this address has changed
+ *
+ * NOTE: values in addresses are already updated
+ *
+ * @param solver solver handle
+ * @param address the address
+ * @param in_use usage state
+ */
 void
 GAS_proportional_address_inuse_changed (void *solver,
                                                                                
                                        struct ATS_Address *address,
@@ -1171,6 +1200,17 @@
                                                        (GNUNET_YES == in_use) 
? "USED" : "UNUSED");
 }
 
+
+/**
+ * Network scope for this address has changed
+ *
+ * NOTE: values in addresses are already updated
+ *
+ * @param solver solver handle
+ * @param address the address
+ * @param current_network the current network
+ * @param new_network the new network
+ */
 void
 GAS_proportional_address_change_network (void *solver,
                                                                                
                                                           struct ATS_Address 
*address,




reply via email to

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