gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30383 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30383 - gnunet/src/mesh
Date: Mon, 21 Oct 2013 18:13:00 +0200

Author: bartpolot
Date: 2013-10-21 18:13:00 +0200 (Mon, 21 Oct 2013)
New Revision: 30383

Modified:
   gnunet/src/mesh/gnunet-service-mesh_tunnel.c
Log:
- log


Modified: gnunet/src/mesh/gnunet-service-mesh_tunnel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-10-21 16:12:48 UTC 
(rev 30382)
+++ gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2013-10-21 16:13:00 UTC 
(rev 30383)
@@ -803,7 +803,9 @@
     if (aux->ch == ch)
     {
       LOG (GNUNET_ERROR_TYPE_DEBUG, " found! %s\n", GMCH_2s (ch));
+      LOG (GNUNET_ERROR_TYPE_DEBUG, " head pre:  %p\n", t->channel_head);
       GNUNET_CONTAINER_DLL_remove (t->channel_head, t->channel_tail, aux);
+      LOG (GNUNET_ERROR_TYPE_DEBUG, " head post: %p\n", t->channel_head);
       GNUNET_free (aux);
       return;
     }
@@ -1124,6 +1126,9 @@
   struct MeshChannel *choked[channels];
 
   LOG (GNUNET_ERROR_TYPE_DEBUG, "GMT_unchoke_channels on %s\n", GMT_2s (t));
+  LOG (GNUNET_ERROR_TYPE_DEBUG, " head: %p\n", t->channel_head);
+  if (NULL != t->channel_head)
+    LOG (GNUNET_ERROR_TYPE_DEBUG, " head ch: %p\n", t->channel_head->ch);
 
   if (NULL == t)
   {




reply via email to

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