aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-31 09:46:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-31 09:46:14 +0000
commitbe135a7e089f27c509f0549264afc2ba8344a0e2 (patch)
tree5d44133f6025ea3c7e32e9fd9481740aee24f19f /src
parent3f09c55c1f7e75f54f4e6ed8166ac5769ae34b3b (diff)
downloadgnunet-be135a7e089f27c509f0549264afc2ba8344a0e2.tar.gz
gnunet-be135a7e089f27c509f0549264afc2ba8344a0e2.zip
type
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.