aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-mesh-profiler.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-21 18:44:26 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-21 18:44:26 +0000
commitb0f1156b2a9dd2038eab41e398cad4ab8c9b381a (patch)
tree921903bb91ed61a792685a93442b04ea44547277 /src/mesh/gnunet-mesh-profiler.c
parentfca78b8ebbcc31f29a9d62779b66bad03b0763fd (diff)
downloadgnunet-b0f1156b2a9dd2038eab41e398cad4ab8c9b381a.tar.gz
gnunet-b0f1156b2a9dd2038eab41e398cad4ab8c9b381a.zip
- create own config file
Diffstat (limited to 'src/mesh/gnunet-mesh-profiler.c')
-rw-r--r--src/mesh/gnunet-mesh-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c
index d4fafcfe5..8ff4b73ee 100644
--- a/src/mesh/gnunet-mesh-profiler.c
+++ b/src/mesh/gnunet-mesh-profiler.c
@@ -899,7 +899,7 @@ main (int argc, char *argv[])
899 static uint32_t ports[2]; 899 static uint32_t ports[2];
900 const char *config_file; 900 const char *config_file;
901 901
902 config_file = "test_mesh.conf"; 902 config_file = "profiler.conf";
903 903
904 ids = GNUNET_CONTAINER_multipeermap_create (2 * TOTAL_PEERS, GNUNET_YES); 904 ids = GNUNET_CONTAINER_multipeermap_create (2 * TOTAL_PEERS, GNUNET_YES);
905 GNUNET_assert (NULL != ids); 905 GNUNET_assert (NULL != ids);