aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-14 15:49:14 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-14 15:49:14 +0000
commite73a3408393a81435d4d8ac63180bd99eab29f73 (patch)
treec99a6f798d549657ac8388578467e8c44e638955 /src
parentc01958b4a9881c90d79b285513c90f901a26fed1 (diff)
downloadgnunet-e73a3408393a81435d4d8ac63180bd99eab29f73.tar.gz
gnunet-e73a3408393a81435d4d8ac63180bd99eab29f73.zip
- rename mesh profiler
Diffstat (limited to 'src')
-rw-r--r--src/mesh/Makefile.am2
-rw-r--r--src/mesh/gnunet-mesh-profiler.c (renamed from src/mesh/mesh_profiler.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 75bb03a87..1406c54ff 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -125,7 +125,7 @@ dep_mesh_test_lib = \
125 125
126 126
127gnunet_mesh_profiler_SOURCES = \ 127gnunet_mesh_profiler_SOURCES = \
128 mesh_profiler.c 128 gnunet-mesh-profiler.c
129gnunet_mesh_profiler_LDADD = $(ld_mesh_test_lib) 129gnunet_mesh_profiler_LDADD = $(ld_mesh_test_lib)
130gnunet_mesh_profiler_DEPENDENCIES = $(dep_mesh_test_lib) 130gnunet_mesh_profiler_DEPENDENCIES = $(dep_mesh_test_lib)
131 131
diff --git a/src/mesh/mesh_profiler.c b/src/mesh/gnunet-mesh-profiler.c
index 5dd45d7f8..5dd45d7f8 100644
--- a/src/mesh/mesh_profiler.c
+++ b/src/mesh/gnunet-mesh-profiler.c