gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32673 - gnunet/src/mesh
Date: Mon, 17 Mar 2014 12:02:50 +0100

Author: bartpolot
Date: 2014-03-17 12:02:50 +0100 (Mon, 17 Mar 2014)
New Revision: 32673

Modified:
   gnunet/src/mesh/gnunet-mesh-profiler.c
Log:
- doc

Modified: gnunet/src/mesh/gnunet-mesh-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-17 11:02:48 UTC (rev 
32672)
+++ gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-17 11:02:50 UTC (rev 
32673)
@@ -104,9 +104,24 @@
 
   int up;
 
+  /**
+   * Destinaton to ping.
+   */
   struct MeshPeer *dest;
+
+  /**
+   * Incoming channel for pings.
+   */
   struct MeshPeer *incoming;
+
+  /**
+   * Task to do the next ping.
+   */
   GNUNET_SCHEDULER_TaskIdentifier ping_task;
+
+  /**
+   * Time the last ping was sent.
+   */
   struct GNUNET_TIME_Absolute timestamp;
 };
 




reply via email to

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