summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/distfile.h')
-rw-r--r--segget/distfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/segget/distfile.h b/segget/distfile.h
index a14e137..69f20c7 100644
--- a/segget/distfile.h
+++ b/segget/distfile.h
@@ -91,10 +91,10 @@ long is_symlink_restricted(string distfile_name);
class Tdistfile{
private:
- uint dld_segments_count;
bool choose_best_local_mirror(CURLM* cm, uint connection_num, uint network_num, uint seg_num);
bool choose_best_mirror(CURLM* cm, uint connection_num, uint network_num, uint seg_num);
public:
+ uint dld_segments_count;
Tnetwork_distfile_broker network_distfile_brokers_array[MAX_NETWORKS];
string json_data;
// bool downloaded;