From 167a0022c608251a9544445267d67ca701e72757 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 17 Mar 2014 11:02:50 +0000 Subject: [PATCH] - doc --- src/mesh/gnunet-mesh-profiler.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/mesh/gnunet-mesh-profiler.c b/src/mesh/gnunet-mesh-profiler.c index ffdfbedb1..4b9ac1676 100644 --- a/src/mesh/gnunet-mesh-profiler.c +++ b/src/mesh/gnunet-mesh-profiler.c @@ -104,9 +104,24 @@ struct MeshPeer 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; }; -- 2.25.1