aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bandwidth_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-07 08:24:43 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-07 08:24:43 +0000
commit503c615cff298a83a09751bb57dc7da5251ff742 (patch)
treebbcef110a129e46582ec48069f8612bc3fc32806 /src/include/gnunet_bandwidth_lib.h
parentc48e2c3c602bc360b6278b50fe960ad66cb212e1 (diff)
downloadgnunet-503c615cff298a83a09751bb57dc7da5251ff742.tar.gz
gnunet-503c615cff298a83a09751bb57dc7da5251ff742.zip
-adding more logging to diagnose transport transmission delays
Diffstat (limited to 'src/include/gnunet_bandwidth_lib.h')
-rw-r--r--src/include/gnunet_bandwidth_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_bandwidth_lib.h b/src/include/gnunet_bandwidth_lib.h
index 564ee941f..bed817144 100644
--- a/src/include/gnunet_bandwidth_lib.h
+++ b/src/include/gnunet_bandwidth_lib.h
@@ -113,7 +113,7 @@ struct GNUNET_BANDWIDTH_Tracker
113 * Task scheduled to call the @e excess_cb once we have 113 * Task scheduled to call the @e excess_cb once we have
114 * reached the maximum bandwidth the tracker can hold. 114 * reached the maximum bandwidth the tracker can hold.
115 */ 115 */
116 struct GNUNET_SCHEDULER_Task * excess_task; 116 struct GNUNET_SCHEDULER_Task *excess_task;
117 117
118 /** 118 /**
119 * Time when we last updated the tracker. 119 * Time when we last updated the tracker.