- 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/pmeasure.c
r38471 r39419 172 172 173 173 // prepare to handle interrupt signals 174 signal (SIGINT, handle_interrupt); 175 interrupt = FALSE; 174 struct sigaction *old_sigaction = SetInterrupt(); 176 175 177 176 Nloaded = 0; … … 240 239 dvo_catalog_free (&catalog); 241 240 } 241 ClearInterrupt (old_sigaction); 242 242 243 if (Npts > 0) { 243 244 KapaPrepPlot (kapa, Npts, &graphmode);
Note:
See TracChangeset
for help on using the changeset viewer.
