[DEBUG] not build
This commit is contained in:
parent
3ba5889541
commit
b25b660728
@ -158,10 +158,11 @@ namespace appl {
|
|||||||
//
|
//
|
||||||
}
|
}
|
||||||
uint32_t add(zeus::ProxyFile _dataFile) override {
|
uint32_t add(zeus::ProxyFile _dataFile) override {
|
||||||
|
uint64_t id = 0;
|
||||||
{
|
{
|
||||||
std::unique_lock<std::mutex> lock(g_mutex);
|
std::unique_lock<std::mutex> lock(g_mutex);
|
||||||
// TODO : Check right ...
|
// TODO : Check right ...
|
||||||
uint64_t id = createUniqueID();
|
id = createUniqueID();
|
||||||
}
|
}
|
||||||
auto futRemoteSha512 = _dataFile.getSha512();
|
auto futRemoteSha512 = _dataFile.getSha512();
|
||||||
auto futType = _dataFile.getMineType();
|
auto futType = _dataFile.getMineType();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user