mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Adding volatile keyword
This commit is contained in:
parent
5706ad6e5c
commit
acf59f0b7e
2 changed files with 5 additions and 5 deletions
2
Queue.h
2
Queue.h
|
@ -118,7 +118,7 @@ namespace util
|
|||
|
||||
private:
|
||||
std::thread m_Thread;
|
||||
int running;
|
||||
volatile int running;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue