[DEBUG] not build

This commit is contained in:
Edouard DUPIN 2017-04-28 21:59:12 +02:00
parent 3ba5889541
commit b25b660728

View File

@ -158,10 +158,11 @@ namespace appl {
//
}
uint32_t add(zeus::ProxyFile _dataFile) override {
uint64_t id = 0;
{
std::unique_lock<std::mutex> lock(g_mutex);
// TODO : Check right ...
uint64_t id = createUniqueID();
id = createUniqueID();
}
auto futRemoteSha512 = _dataFile.getSha512();
auto futType = _dataFile.getMineType();