IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:34:48 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; replace old signal code with SetInterrupt, ClearInterrupt; fix unsigned / signed int inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/opihi/dvo/pmeasure.c

    r38471 r39419  
    172172
    173173  // prepare to handle interrupt signals
    174   signal (SIGINT, handle_interrupt);
    175   interrupt = FALSE;
     174  struct sigaction *old_sigaction = SetInterrupt();
    176175
    177176  Nloaded = 0;
     
    240239    dvo_catalog_free (&catalog);
    241240  }
     241  ClearInterrupt (old_sigaction);
     242
    242243  if (Npts > 0) {
    243244    KapaPrepPlot (kapa, Npts, &graphmode);
Note: See TracChangeset for help on using the changeset viewer.