mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-22 17:57:46 +03:00
M #-: Fix SyncRequest (#144)
This commit is contained in:
parent
cb4c08ca13
commit
b00f33baaa
@ -149,8 +149,6 @@ protected:
|
||||
*/
|
||||
void start()
|
||||
{
|
||||
end = false;
|
||||
|
||||
loop_thread = std::thread([&] {
|
||||
NebulaLog::info("Lis", name + " started.");
|
||||
|
||||
@ -162,6 +160,8 @@ protected:
|
||||
|
||||
void loop()
|
||||
{
|
||||
end = false;
|
||||
|
||||
std::unique_lock<std::mutex> ul(lock);
|
||||
|
||||
while (true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user