aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-14 15:49:15 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-14 15:49:15 +0000
commitce49f7454f71cb6b71edb323570f8fd0b9f760c9 (patch)
treeff1b461b131353eb5ef804f773382986c8fa3dbd /src
parente73a3408393a81435d4d8ac63180bd99eab29f73 (diff)
downloadgnunet-ce49f7454f71cb6b71edb323570f8fd0b9f760c9.tar.gz
gnunet-ce49f7454f71cb6b71edb323570f8fd0b9f760c9.zip
- name inside file
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-mesh-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c
index 5dd45d7f8..512461ed2 100644
--- a/src/mesh/gnunet-mesh-profiler.c
+++ b/src/mesh/gnunet-mesh-profiler.c
@@ -18,7 +18,7 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20/** 20/**
21 * @file mesh/mesh_profiler.c 21 * @file mesh/gnunet-mesh-profiler.c
22 * 22 *
23 * @brief Profiler for mesh experiments. 23 * @brief Profiler for mesh experiments.
24 */ 24 */
@@ -680,7 +680,7 @@ main (int argc, char *argv[])
680 test_finished = GNUNET_NO; 680 test_finished = GNUNET_NO;
681 ports[0] = 1; 681 ports[0] = 1;
682 ports[1] = 0; 682 ports[1] = 0;
683 GNUNET_MESH_TEST_run ("mesh_profiler", config_file, TOTAL_PEERS, 683 GNUNET_MESH_TEST_run ("mesh-profiler", config_file, TOTAL_PEERS,
684 &tmain, NULL, /* tmain cls */ 684 &tmain, NULL, /* tmain cls */
685 &incoming_channel, &channel_cleaner, 685 &incoming_channel, &channel_cleaner,
686 handlers, ports); 686 handlers, ports);