Improvements/tests for SEM_LIVE locking

This commit is contained in:
Thulinma 2020-09-30 17:24:57 +02:00
parent 3aeebd1a4a
commit bafe30e234
5 changed files with 53 additions and 28 deletions

View file

@ -85,7 +85,8 @@ namespace IPC {
#else
sem_t * mySem;
#endif
bool isLocked;
unsigned int isLocked;
uint64_t lockTime;
std::string myName;
};