From: Christian Grothoff Date: Thu, 3 May 2012 07:49:41 +0000 (+0000) Subject: -doxygen fixes X-Git-Tag: initial-import-from-subversion-38251~13705 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec8695870ac7a738c247f35a2380742ec2d402e3;p=oweals%2Fgnunet.git -doxygen fixes --- diff --git a/src/include/gnunet_testing_service.h b/src/include/gnunet_testing_service.h index bf9570217..27eb69839 100644 --- a/src/include/gnunet_testing_service.h +++ b/src/include/gnunet_testing_service.h @@ -536,7 +536,7 @@ GNUNET_TESTING_peer_get_information (struct GNUNET_TESTING_Peer *peer, */ 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 @@ GNUNET_TESTING_testbed_create_va (struct GNUNET_TESTING_Controller *controller, 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 @@ GNUNET_TESTING_testbed_create (struct GNUNET_TESTING_Controller *controller, 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 @@ void 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 */