aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-11-07 17:26:03 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-11-07 17:26:03 +0000
commit45f6faea1582f1d1664af6836ea2d109853b1d63 (patch)
treee822b54ca03f722a6f0bae5822e69cbfd67d7e3e /src
parent55024d902a89b81b0851c3c95df452c9e20eeced (diff)
downloadgnunet-45f6faea1582f1d1664af6836ea2d109853b1d63.tar.gz
gnunet-45f6faea1582f1d1664af6836ea2d109853b1d63.zip
regexprofiler service to daemon
Diffstat (limited to 'src')
-rw-r--r--src/mesh/Makefile.am10
-rw-r--r--src/mesh/gnunet-daemon-regexprofiler.c (renamed from src/mesh/gnunet-service-regexprofiler.c)4
2 files changed, 7 insertions, 7 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 6c2b62a69..c1c84ae7d 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -116,7 +116,7 @@ endif
116 116
117noinst_PROGRAMS = \ 117noinst_PROGRAMS = \
118 gnunet-regex-profiler \ 118 gnunet-regex-profiler \
119 gnunet-service-regexprofiler 119 gnunet-daemon-regexprofiler
120 120
121gnunet_regex_profiler_SOURCES = \ 121gnunet_regex_profiler_SOURCES = \
122 gnunet-regex-profiler.c 122 gnunet-regex-profiler.c
@@ -129,13 +129,13 @@ gnunet_regex_profiler_LDADD = \
129gnunet_regex_profiler_DEPENDENCIES = \ 129gnunet_regex_profiler_DEPENDENCIES = \
130 libgnunetmesh.la 130 libgnunetmesh.la
131 131
132gnunet_service_regexprofiler_SOURCES = \ 132gnunet_daemon_regexprofiler_SOURCES = \
133 gnunet-service-regexprofiler.c 133 gnunet-daemon-regexprofiler.c
134gnunet_service_regexprofiler_LDADD = \ 134gnunet_daemon_regexprofiler_LDADD = \
135 $(top_builddir)/src/util/libgnunetutil.la \ 135 $(top_builddir)/src/util/libgnunetutil.la \
136 $(top_builddir)/src/mesh/libgnunetmesh.la \ 136 $(top_builddir)/src/mesh/libgnunetmesh.la \
137 $(top_builddir)/src/statistics/libgnunetstatistics.la 137 $(top_builddir)/src/statistics/libgnunetstatistics.la
138gnunet_service_regexprofiler_DEPENDENCIES = \ 138gnunet_daemon_regexprofiler_DEPENDENCIES = \
139 libgnunetmesh.la 139 libgnunetmesh.la
140 140
141check_PROGRAMS = \ 141check_PROGRAMS = \
diff --git a/src/mesh/gnunet-service-regexprofiler.c b/src/mesh/gnunet-daemon-regexprofiler.c
index c1a034405..2503382c0 100644
--- a/src/mesh/gnunet-service-regexprofiler.c
+++ b/src/mesh/gnunet-daemon-regexprofiler.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file mesh/gnunet-service-regexprofiler.c 22 * @file mesh/gnunet-daemon-regexprofiler.c
23 * @brief service that uses mesh to announce a regular expression. Used in 23 * @brief service that uses mesh to announce a regular expression. Used in
24 * conjunction with gnunet-regex-profiler to announce regexes on serveral peers 24 * conjunction with gnunet-regex-profiler to announce regexes on serveral peers
25 * without the need to explicitly connect to the mesh service running on the 25 * without the need to explicitly connect to the mesh service running on the
@@ -288,4 +288,4 @@ void __attribute__ ((constructor)) GNUNET_ARM_memory_init ()
288#endif 288#endif
289 289
290 290
291/* end of gnunet-service-regexprofiler.c */ 291/* end of gnunet-daemon-regexprofiler.c */