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/paverage.c

    r38471 r39419  
    9999
    100100  // prepare to handle interrupt signals
    101   signal (SIGINT, handle_interrupt);
    102   interrupt = FALSE;
     101  struct sigaction *old_sigaction = SetInterrupt();
    103102
    104103  Nloaded = 0;
     
    154153    dvo_catalog_free (&catalog);
    155154  }
     155  ClearInterrupt (old_sigaction);
    156156  if (Npts > 0) {
    157157    KapaPrepPlot (kapa, Npts, &graphmode);
Note: See TracChangeset for help on using the changeset viewer.