Server session persistence is implemented
[qtrapids] / src / include / qtrapids / info.hpp
index 81c7017..20d7d6c 100644 (file)
@@ -3,8 +3,10 @@
 
 #include <libtorrent/torrent_handle.hpp>
 
-#include <limits>
-#include <stdint.h>
+//#include <limits>
+//#include <stdint.h>
+
+#include <QString>
 
 namespace qtrapids
 {
@@ -30,7 +32,14 @@ struct TorrentStatus {
        };
 };
 
-}
+struct TorrentDownloadInfo {
+       QString hash;
+       QString path;
+       QString download_path;
+};
+
+
+} // namespace qtrapids
 
 #endif // _QTRAPIDS_INFO_HPP_