Changeset 39457 for trunk/Ohana/src/opihi/dvo/pmeasure.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/pmeasure.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/pmeasure.c
r38471 r39457 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.
