Changeset 8024 in orxonox.OLD for branches/network/src/util
- Timestamp:
- May 31, 2006, 2:04:13 PM (19 years ago)
- Location:
- branches/network/src/util
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/util/signal_handler.cc
r7461 r8024 81 81 assert( pid != -1 ); 82 82 83 83 84 if ( pid == 0 ) 84 85 { 85 86 getInstance()->dontCatch(); 86 87 87 88 sleep(2); 88 89 89 90 90 return; … … 92 92 else 93 93 { 94 getInstance()->dontCatch(); 94 95 if ( getInstance()->type == GDB_RUN_WRITE_TO_FILE && fork() == 0 ) 95 96 {
Note: See TracChangeset
for help on using the changeset viewer.