gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30281 - in gnunet/src: . ats include


From: gnunet
Subject: [GNUnet-SVN] r30281 - in gnunet/src: . ats include
Date: Fri, 18 Oct 2013 10:18:04 +0200

Author: wachs
Date: 2013-10-18 10:18:04 +0200 (Fri, 18 Oct 2013)
New Revision: 30281

Modified:
   gnunet/src/Makefile.am
   gnunet/src/ats/libgnunet_plugin_ats_mlp.c
   gnunet/src/ats/libgnunet_plugin_ats_mlp.h
   gnunet/src/ats/libgnunet_plugin_ats_proportional.c
   gnunet/src/ats/libgnunet_plugin_ats_proportional.h
   gnunet/src/include/gnunet_ats_plugin.h
Log:
doxygen


Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2013-10-18 07:32:47 UTC (rev 30280)
+++ gnunet/src/Makefile.am      2013-10-18 08:18:04 UTC (rev 30281)
@@ -64,7 +64,6 @@
   hostlist \
   topology \
   regex \
-  mesh \
   dns \
   identity \
   set \

Modified: gnunet/src/ats/libgnunet_plugin_ats_mlp.c
===================================================================
--- gnunet/src/ats/libgnunet_plugin_ats_mlp.c   2013-10-18 07:32:47 UTC (rev 
30280)
+++ gnunet/src/ats/libgnunet_plugin_ats_mlp.c   2013-10-18 08:18:04 UTC (rev 
30281)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file ats/gnunet-service-ats-solver_mlp.c
+ * @file ats/libgnunet_plugin_ats_mlp.c
  * @brief ats mlp problem solver
  * @author Matthias Wachs
  * @author Christian Grothoff
@@ -1794,7 +1794,8 @@
 /**
  * Shutdown the MLP problem solving component
  *
- * @param solver the solver handle
+ * @param cls the solver handle
+ * @return NULL
  */
 void *
 libgnunet_plugin_ats_mlp_done (void *cls)

Modified: gnunet/src/ats/libgnunet_plugin_ats_mlp.h
===================================================================
--- gnunet/src/ats/libgnunet_plugin_ats_mlp.h   2013-10-18 07:32:47 UTC (rev 
30280)
+++ gnunet/src/ats/libgnunet_plugin_ats_mlp.h   2013-10-18 08:18:04 UTC (rev 
30281)
@@ -18,7 +18,7 @@
  */
 
 /**
- * @file ats/gnunet-service-ats-solver_mlp.h
+ * @file ats/libgnunet_plugin_ats_mlp..h
  * @brief ats MLP problem solver
  * @author Matthias Wachs
  * @author Christian Grothoff
@@ -376,6 +376,7 @@
  *
  * @param cfg the GNUNET_CONFIGURATION_Handle handle
  * @param stats the GNUNET_STATISTICS handle
+ * @param addresses Hashmap containing addresses
  * @param network array of GNUNET_ATS_NetworkType with length dest_length
  * @param out_dest array of outbound quotas
  * @param in_dest array of outbound quota
@@ -384,18 +385,24 @@
  * @param bw_changed_cb_cls cls for callback
  * @param get_preference callback to get relative preferences for a peer
  * @param get_preference callback to get relative preferences for a peer
- * @param get_properties_cls for callback to get relative properties
+ * @param get_properties callback to get relative properties
  * @param get_properties_cls cls for callback to get relative properties
  * @return struct GAS_MLP_Handle on success, NULL on fail
  */
 void *
 GAS_mlp_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
              const struct GNUNET_STATISTICS_Handle *stats,
-    const struct GNUNET_CONTAINER_MultiPeerMap *addresses, int *network,
-    unsigned long long *out_dest, unsigned long long *in_dest, int dest_length,
-    GAS_bandwidth_changed_cb bw_changed_cb, void *bw_changed_cb_cls,
-    GAS_get_preferences get_preference, void *get_preference_cls,
-    GAS_get_properties get_properties, void *get_properties_cls);
+              const struct GNUNET_CONTAINER_MultiPeerMap *addresses,
+              int *network,
+              unsigned long long *out_dest,
+              unsigned long long *in_dest,
+              int dest_length,
+              GAS_bandwidth_changed_cb bw_changed_cb,
+              void *bw_changed_cb_cls,
+              GAS_get_preferences get_preference,
+              void *get_preference_cls,
+              GAS_get_properties get_properties,
+              void *get_properties_cls);
 
 
 /**

Modified: gnunet/src/ats/libgnunet_plugin_ats_proportional.c
===================================================================
--- gnunet/src/ats/libgnunet_plugin_ats_proportional.c  2013-10-18 07:32:47 UTC 
(rev 30280)
+++ gnunet/src/ats/libgnunet_plugin_ats_proportional.c  2013-10-18 08:18:04 UTC 
(rev 30281)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file ats/gnunet-service-ats-solver_proportional.c
+ * @file ats/libgnunet_plugin_ats_proportional.c
  * @brief ATS proportional solver
  * @author Matthias Wachs
  * @author Christian Grothoff

Modified: gnunet/src/ats/libgnunet_plugin_ats_proportional.h
===================================================================
--- gnunet/src/ats/libgnunet_plugin_ats_proportional.h  2013-10-18 07:32:47 UTC 
(rev 30280)
+++ gnunet/src/ats/libgnunet_plugin_ats_proportional.h  2013-10-18 08:18:04 UTC 
(rev 30281)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file ats/gnunet-service-ats-solver_proportional.h
+ * @file ats/libgnunet_plugin_ats_proportional.h
  * @brief ATS proportional solver
  * @author Matthias Wachs
  * @author Christian Grothoff

Modified: gnunet/src/include/gnunet_ats_plugin.h
===================================================================
--- gnunet/src/include/gnunet_ats_plugin.h      2013-10-18 07:32:47 UTC (rev 
30280)
+++ gnunet/src/include/gnunet_ats_plugin.h      2013-10-18 08:18:04 UTC (rev 
30281)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file include/gnunet_solver_plugin.h
+ * @file include/gnunet_ats_plugin.h
  * @brief API for the ATS solvers.  This header
  *        specifies the struct that is given to the plugin's entry
  *        method and the other struct that must be returned.




reply via email to

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