diff options
Diffstat (limited to 'segget/distfile.h')
-rw-r--r-- | segget/distfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/segget/distfile.h b/segget/distfile.h index 69f20c7..ebf2b4a 100644 --- a/segget/distfile.h +++ b/segget/distfile.h @@ -95,6 +95,7 @@ class Tdistfile{ bool choose_best_mirror(CURLM* cm, uint connection_num, uint network_num, uint seg_num); public: uint dld_segments_count; + ulong dld_bytes; Tnetwork_distfile_broker network_distfile_brokers_array[MAX_NETWORKS]; string json_data; // bool downloaded; @@ -119,6 +120,7 @@ class Tdistfile{ uint segment_size; Tdistfile(): dld_segments_count(0), + dld_bytes(0), json_data(""), // downloaded(0), status(DNEW), |