semaphore bugfix!
This commit is contained in:
parent
4d9f4da3f1
commit
bca9546d6d
2 changed files with 4 additions and 5 deletions
|
@ -70,7 +70,7 @@ namespace IPC {
|
|||
#else
|
||||
sem_t * mySem;
|
||||
#endif
|
||||
char * myName;
|
||||
std::string myName;
|
||||
};
|
||||
|
||||
///\brief A class used as a semaphore guard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue