|
|
|
@ -17,6 +17,7 @@ class TorrentStatus { |
|
|
|
public: |
|
|
|
public: |
|
|
|
bool paused = false; |
|
|
|
bool paused = false; |
|
|
|
bool is_seeding = false; |
|
|
|
bool is_seeding = false; |
|
|
|
|
|
|
|
bool announcing_to_dht = true; |
|
|
|
int state = 0; |
|
|
|
int state = 0; |
|
|
|
int priority = 0; |
|
|
|
int priority = 0; |
|
|
|
std::string name = "Arch"; |
|
|
|
std::string name = "Arch"; |
|
|
|
|