diff options
| -rw-r--r-- | btpd/net_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btpd/net_types.h b/btpd/net_types.h index 6b17bac..58b1e8e 100644 --- a/btpd/net_types.h +++ b/btpd/net_types.h @@ -17,8 +17,8 @@ struct net { unsigned *piece_count; struct piece_tq getlst; - uint64_t uploaded, downloaded; unsigned long rate_up, rate_dwn; + unsigned long long uploaded, downloaded; unsigned npeers; struct peer_tq peers; |