gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31027 - gnunet/src/dv


From: gnunet
Subject: [GNUnet-SVN] r31027 - gnunet/src/dv
Date: Wed, 4 Dec 2013 01:10:54 +0100

Author: LRN
Date: 2013-12-04 01:10:53 +0100 (Wed, 04 Dec 2013)
New Revision: 31027

Modified:
   gnunet/src/dv/Makefile.am
   gnunet/src/dv/plugin_transport_dv.c
Log:
Link dv transport plugin to libgnunetats (for logging)

Modified: gnunet/src/dv/Makefile.am
===================================================================
--- gnunet/src/dv/Makefile.am   2013-12-03 20:42:42 UTC (rev 31026)
+++ gnunet/src/dv/Makefile.am   2013-12-04 00:10:53 UTC (rev 31027)
@@ -59,10 +59,12 @@
   plugin_transport_dv.c
 libgnunet_plugin_transport_dv_la_LIBADD = \
   libgnunetdv.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/util/libgnunetutil.la 
 libgnunet_plugin_transport_dv_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
+  $(top_builddir)/src/ats/libgnunetats.la \
   libgnunetdv.la                                               
 
 if HAVE_TESTING

Modified: gnunet/src/dv/plugin_transport_dv.c
===================================================================
--- gnunet/src/dv/plugin_transport_dv.c 2013-12-03 20:42:42 UTC (rev 31026)
+++ gnunet/src/dv/plugin_transport_dv.c 2013-12-04 00:10:53 UTC (rev 31027)
@@ -291,6 +291,10 @@
   struct Session *session;
   struct GNUNET_ATS_Information ats[2];
 
+  /**
+   * This requires transport plugin to be linked to libgnunetats.
+   * If you remove it, also remove libgnunetats linkage from Makefile.am
+   */
   LOG (GNUNET_ERROR_TYPE_DEBUG,
       "Received `%s' message for peer `%s' with next hop in network %s \n",
       "DV_CONNECT",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]