aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bandwidth_lib.h
diff options
context:
space:
mode:
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 9bd037dfa..ad8f3a2b9 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 GNUNET_SCHEDULER_TaskIdentifier 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.