Smallers steps to keep plugin running
[oweals/gnunet.git] / src / include / gnunet_bandwidth_lib.h
index 7dfbb15433bd169445f37481badcd42ea7daae7d..0484bfe13d1030f5537075d4879d100bed0cd974 100644 (file)
@@ -62,7 +62,7 @@ struct GNUNET_BANDWIDTH_Tracker
   /**
    * Number of bytes consumed since we last updated the tracker.
    */
-  uint64_t consumption_since_last_update__;
+  int64_t consumption_since_last_update__;
 
   /**
    * Time when we last updated the tracker.