mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
Fixed debug_pause semaphore name (#1793)
This commit is contained in:
parent
5a5379b975
commit
b2403dcfc6
@ -68,7 +68,7 @@ int Trick::DebugPause::debug_pause_on() {
|
||||
|
||||
debug_pause_flag = true ;
|
||||
|
||||
sem_name_stream << "itimersepmaphore_" << getpid() ;
|
||||
sem_name_stream << "debugstepmaphore_" << getpid() ;
|
||||
sem_name = sem_name_stream.str() ;
|
||||
|
||||
debug_sem = sem_open(sem_name.c_str(), O_CREAT, S_IRWXU , 0);
|
||||
|
Loading…
Reference in New Issue
Block a user