Changeset 39457 for trunk/Ohana/src/opihi/dvo/gcat.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/gcat.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/dvo/gcat.c
r39294 r39457 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.
