- Timestamp:
- Mar 1, 2016, 11:34:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/opihi/dvo/gcat.c
r39294 r39419 57 57 58 58 // prepare to handle interrupt signals 59 signal (SIGINT, handle_interrupt); 60 interrupt = FALSE; 59 struct sigaction *old_sigaction = SetInterrupt(); 61 60 62 61 for (i = 0; (i < skylist[0].Nregions) && !interrupt; i++) { … … 101 100 set_str_variable ("CATNAME", hostfile); 102 101 } 102 ClearInterrupt (old_sigaction); 103 103 104 104 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
