mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 22:34:20 +00:00
Merge commit 'eb264889e3' into traffic
This commit is contained in:
@@ -320,7 +320,7 @@ UNIT_TEST(ChunksDownloadStrategyDynamicChunks)
|
||||
{
|
||||
vector<string> const servers = {"UrlOfServer1", "UrlOfServer2"};
|
||||
|
||||
typedef pair<int64_t, int64_t> RangeT;
|
||||
typedef std::pair<int64_t, int64_t> RangeT;
|
||||
|
||||
string url;
|
||||
ChunksDownloadStrategy strategy(servers);
|
||||
|
||||
Reference in New Issue
Block a user