gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21234 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r21234 - gnunet/src/include
Date: Thu, 3 May 2012 09:49:41 +0200

Author: grothoff
Date: 2012-05-03 09:49:41 +0200 (Thu, 03 May 2012)
New Revision: 21234

Modified:
   gnunet/src/include/gnunet_testing_service.h
Log:
-doxygen fixes

Modified: gnunet/src/include/gnunet_testing_service.h
===================================================================
--- gnunet/src/include/gnunet_testing_service.h 2012-05-03 07:47:50 UTC (rev 
21233)
+++ gnunet/src/include/gnunet_testing_service.h 2012-05-03 07:49:41 UTC (rev 
21234)
@@ -536,7 +536,7 @@
  */
 struct GNUNET_TESTING_Operation *
 GNUNET_TESTING_peer_update_configuration (struct GNUNET_TESTING_Peer *peer,
-                                         const struct 
GNUNET_CONFIGURATION_Handle *handle);
+                                         const struct 
GNUNET_CONFIGURATION_Handle *cfg);
 
 
 /**
@@ -881,7 +881,7 @@
                                  struct GNUNET_TESTING_Host **hosts,
                                  unsigned int num_peers,
                                  const struct GNUNET_CONFIGURATION_Handle 
*peer_cfg,
-                                 enum GNUNET_TESTING_Topology topo,
+                                 enum GNUNET_TESTING_Topology 
underlay_topology,
                                  va_list va);
 
 
@@ -907,7 +907,7 @@
                               struct GNUNET_TESTING_Host **hosts,
                               unsigned int num_peers,
                               const struct GNUNET_CONFIGURATION_Handle 
*peer_cfg,
-                              enum GNUNET_TESTING_Topology topo,
+                              enum GNUNET_TESTING_Topology underlay_topology,
                               ...);
 
 
@@ -995,8 +995,8 @@
 GNUNET_TESTING_test_run (const char *testname,
                         const char *cfg_filename,
                         unsigned int num_peers,
-                        GNUNET_TESTING_TestMaster master,
-                        void *master_cls);
+                        GNUNET_TESTING_TestMaster test_master,
+                        void *test_master_cls);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */




reply via email to

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