aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 7dfbb1543..0484bfe13 100644
--- a/src/include/gnunet_bandwidth_lib.h
+++ b/src/include/gnunet_bandwidth_lib.h
@@ -62,7 +62,7 @@ struct GNUNET_BANDWIDTH_Tracker
62 /** 62 /**
63 * Number of bytes consumed since we last updated the tracker. 63 * Number of bytes consumed since we last updated the tracker.
64 */ 64 */
65 uint64_t consumption_since_last_update__; 65 int64_t consumption_since_last_update__;
66 66
67 /** 67 /**
68 * Time when we last updated the tracker. 68 * Time when we last updated the tracker.