aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-25 12:21:50 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-25 12:21:50 +0000
commitea69f50952d863c6e7250bc92559a3dca27ce97b (patch)
tree6dfa1aa9279518b44588bf23b6b11532e2da8bea /src/dv
parent654ebcd8d7fe00a0ecde4871b1fc79e4030aa201 (diff)
downloadgnunet-ea69f50952d863c6e7250bc92559a3dca27ce97b.tar.gz
gnunet-ea69f50952d863c6e7250bc92559a3dca27ce97b.zip
-const
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/Makefile.am1
-rw-r--r--src/dv/plugin_transport_dv.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index 5af2f966a..52872f574 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -41,6 +41,7 @@ libexec_PROGRAMS = \
41gnunet_service_dv_SOURCES = \ 41gnunet_service_dv_SOURCES = \
42 gnunet-service-dv.c dv.h 42 gnunet-service-dv.c dv.h
43gnunet_service_dv_LDADD = \ 43gnunet_service_dv_LDADD = \
44 $(top_builddir)/src/ats/libgnunetats.la \
44 $(top_builddir)/src/consensus/libgnunetconsensus.la \ 45 $(top_builddir)/src/consensus/libgnunetconsensus.la \
45 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 46 $(top_builddir)/src/statistics/libgnunetstatistics.la \
46 $(top_builddir)/src/core/libgnunetcore.la \ 47 $(top_builddir)/src/core/libgnunetcore.la \
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index e0629a3e5..84afb8344 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -249,7 +249,7 @@ handle_dv_message_received (void *cls,
249 msg, 249 msg,
250 session, "", 0); 250 session, "", 0);
251 plugin->env->update_address_metrics (plugin->env->cls, 251 plugin->env->update_address_metrics (plugin->env->cls,
252 sender, "", 0, session, &ats, 1); 252 sender, "", 0, session, &ats, 1);
253} 253}
254 254
255 255