IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2015, 8:16:57 AM (11 years ago)
Author:
eugene
Message:

handle interrupts on avextract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/avextract.c

    r38601 r39296  
    77  int Nsecfilt, VERBOSE;
    88  char **cstack, name[1024];
    9   void *Signal;
    109
    1110  Catalog catalog;
     
    170169
    171170  // grab data from all selected sky regions
    172   Signal = signal (SIGINT, handle_interrupt);
     171  void *Signal = signal (SIGINT, handle_interrupt);
    173172  interrupt = FALSE;
    174173  for (i = 0; (i < skylist[0].Nregions) && !interrupt; i++) {
Note: See TracChangeset for help on using the changeset viewer.