aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-04 00:10:53 +0000
committerLRN <lrn1986@gmail.com>2013-12-04 00:10:53 +0000
commit10d2f1180dc620075f8c95b2ba3a440ead42a2f2 (patch)
tree7c351ddf3eaf931eabcedc606a71e3e7d6bf7cc1 /src/dv/plugin_transport_dv.c
parentd477e4cd61a6e3cf3200dd7fe811b7107a460336 (diff)
downloadgnunet-10d2f1180dc620075f8c95b2ba3a440ead42a2f2.tar.gz
gnunet-10d2f1180dc620075f8c95b2ba3a440ead42a2f2.zip
Link dv transport plugin to libgnunetats (for logging)
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 9168b5594..236cca8b6 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -291,6 +291,10 @@ handle_dv_connect (void *cls,
291 struct Session *session; 291 struct Session *session;
292 struct GNUNET_ATS_Information ats[2]; 292 struct GNUNET_ATS_Information ats[2];
293 293
294 /**
295 * This requires transport plugin to be linked to libgnunetats.
296 * If you remove it, also remove libgnunetats linkage from Makefile.am
297 */
294 LOG (GNUNET_ERROR_TYPE_DEBUG, 298 LOG (GNUNET_ERROR_TYPE_DEBUG,
295 "Received `%s' message for peer `%s' with next hop in network %s \n", 299 "Received `%s' message for peer `%s' with next hop in network %s \n",
296 "DV_CONNECT", 300 "DV_CONNECT",